Gets or sets the horizontal 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 X { get; set; }
Public Property X As Single
Get
Set
public:
property float X {
float get ();
void set (float value);
}
member X : float32 with get, set
Property Value
Type:
Single
A pixel position relative to the zoomed-out viewport.
See Also