Skip to main content

ProjectionBase.OffsetY Property

OBSOLETE

This Property is obsolete now.

Gets or sets the vertical offset for this projection.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

[Obsolete]
[Browsable(false)]
public virtual double OffsetY { get; set; }

Property Value

Type Description
Double

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

See Also