MapPathSegment.InnerBoundaries Property
In This Article
Specifies the collection of inner boundaries, which are excluded from the area of a map path segment.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public InnerBoundaryCollection InnerBoundaries { get; }
#Property Value
Type | Description |
---|---|
Inner |
An Inner |
#Remarks
This collection contains InnerBoundary objects, which specify areas to be excluded from a map path segment.
See Also