Back to Devexpress

CartesianPoint.X Property

wpf-devexpress-dot-xpf-dot-map-dot-cartesianpoint.md

latest1.8 KB
Original Source

CartesianPoint.X Property

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

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public double X { get; set; }
vb
Public Property X As Double

Property Value

TypeDescription
Double

A Double value representing the value of an X coordinate.

|

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the X property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

wpf-map-load-vector-cartesian-data/CS/MapLesson2/MainWindow.xaml#L15

xml
<dxm:MapControl.CenterPoint>
    <dxm:CartesianPoint X="-82" Y="-47"/>
</dxm:MapControl.CenterPoint>

See Also

CartesianPoint Class

CartesianPoint Members

DevExpress.Xpf.Map Namespace