Skip to main content

ProjectionBase.OffsetX Property

Gets or sets the horizontal offset for this projection.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public double OffsetX { get; set; }

#Property Value

Type Description
Double

A Double value specifying the horizontal offset (in map units).

See Also