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