Back to Devexpress

MapLine.Point2 Property

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

latest976 B
Original Source

MapLine.Point2 Property

Gets or sets the second point that defines this line.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

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

Property Value

TypeDescription
CoordPoint

A CoordPoint class descendant object.

|

See Also

MapLine Class

MapLine Members

DevExpress.XtraMap Namespace