Skip to main content

ProjectionBase.OffsetY Property

Gets or sets the vertical 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 OffsetY { get; set; }

#Property Value

Type Description
Double

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

See Also