Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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