MapPolyLineSegment.Points Property
Gets or sets the collection of CoordPoint class descendant objects.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v23.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Property Value
Type | Description |
---|---|
CoordPointCollection | A CoordPointCollection object, which stores CoordPoint class descendant objects. |
See Also