Back to Devexpress

CartesianPoint.Y Property

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

latest1.0 KB
Original Source

CartesianPoint.Y Property

Gets or sets the value of an Y 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 Y { get; set; }
vb
<DefaultValue(0)>
Public Property Y As Double

Property Value

TypeDefaultDescription
Double0

A Double value representing a value of an Y coordinate.

|

See Also

CartesianPoint Class

CartesianPoint Members

DevExpress.XtraMap Namespace