Gets or sets the vertical position of the current viewport.
Namespace:
Dundas.BI.Utility.Map
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public float Y { get; set; }
Public Property Y As Single
Get
Set
public:
property float Y {
float get ();
void set (float value);
}
member Y : float32 with get, set
Property Value
Type:
Single
A pixel position relative to the zoomed-out viewport.
See Also