Back to Devexpress

MapPolyLineSegment.Points Property

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

latest1.2 KB
Original Source

MapPolyLineSegment.Points Property

Gets or sets the collection of CoordPoint class descendant objects.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public CoordPointCollection Points { get; set; }
vb
Public Property Points As CoordPointCollection

Property Value

TypeDescription
CoordPointCollection

A CoordPointCollection object, which stores CoordPoint class descendant objects.

|

See Also

MapPolyLineSegment Class

MapPolyLineSegment Members

DevExpress.Xpf.Map Namespace