Back to Devexpress

ContourInfo.Points Property

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

latest1002 B
Original Source

ContourInfo.Points Property

Returns coordinate points that form the map item’s contour.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public ReadOnlyCoordPointCollection Points { get; }
vb
Public ReadOnly Property Points As ReadOnlyCoordPointCollection

Property Value

TypeDescription
ReadOnlyCoordPointCollection

The coordinate points’ collection.

|

See Also

ContourInfo Struct

ContourInfo Members

DevExpress.Xpf.Map Namespace