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

CartesianPoint.X Property

Gets or sets the value of an X 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 X { get; set; }

Property Value

Type Default Description
Double 0

A Double value representing a value of an X coordinate.

See Also