Back to Devexpress

MapPathSegment.InnerBoundaries Property

windowsforms-devexpress-dot-xtramap-dot-mappathsegment-e0a3c8f5.md

latest1.3 KB
Original Source

MapPathSegment.InnerBoundaries Property

Specifies the collection of inner boundaries, which are excluded from the area of a map path segment.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public InnerBoundaryCollection InnerBoundaries { get; }
vb
Public ReadOnly Property InnerBoundaries As InnerBoundaryCollection

Property Value

TypeDescription
InnerBoundaryCollection

An InnerBoundaryCollection object.

|

Remarks

This collection contains InnerBoundary objects, which specify areas to be excluded from a map path segment.

See Also

MapPathSegment Class

MapPathSegment Members

DevExpress.XtraMap Namespace