Back to Devexpress

CartesianPoint.X Property

windowsforms-devexpress-dot-xtramap-dot-cartesianpoint.md

latest1.0 KB
Original Source

CartesianPoint.X Property

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

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(0)]
public double X { get; set; }
vb
<DefaultValue(0)>
Public Property X As Double

Property Value

TypeDefaultDescription
Double0

A Double value representing a value of an X coordinate.

|

See Also

CartesianPoint Class

CartesianPoint Members

DevExpress.XtraMap Namespace