Gets or sets the horizontal offset for this projection.
Namespace:DevExpress.Xpf.Map
Assembly:DevExpress.Xpf.Map.v19.2.dll

Syntax
C# |
public virtual Double OffsetX { get; set; }
|
VB |
Overridable Public Property OffsetX As Double
|
Property value
Type: Double
A System.Double value specifying the horizontal offset (in map units).

See Also