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

CartesianPoint.Y Property

Gets or sets the value of an Y coordinate of a Cartesian point.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

[DefaultValue(0)]
public double Y { get; set; }

Property Value

Type Default Description
Double 0

A Double value representing a value of an Y coordinate.

See Also