Back to Devexpress

MapLine.Point1 Property

windowsforms-devexpress-dot-xtramap-dot-mapline-dot-point1.md

latest975 B
Original Source

MapLine.Point1 Property

Gets or sets the first point that defines this line.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public CoordPoint Point1 { get; set; }
vb
Public Property Point1 As CoordPoint

Property Value

TypeDescription
CoordPoint

A CoordPoint class descendant object.

|

See Also

MapLine Class

MapLine Members

DevExpress.XtraMap Namespace