MapLine.Point1 Property
In This Article
Gets or sets the first point that defines this line.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public CoordPoint Point1 { get; set; }
#Property Value
Type | Description |
---|---|
Coord |
A Coord |
See Also