Back to Devexpress

InnerBoundary.Points Property

windowsforms-devexpress-dot-xtramap-dot-innerboundary.md

latest1.1 KB
Original Source

InnerBoundary.Points Property

Gets or sets a collection of points defining the inner boundary.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

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

Property Value

TypeDescription
CoordPointCollection

A collection of CoordPoint class descendant objects.

|

See Also

InnerBoundary Class

InnerBoundary Members

DevExpress.XtraMap Namespace