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.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
InnerBoundaryCollection | An InnerBoundaryCollection object. |
Remarks
This collection contains InnerBoundary objects, which specify areas to be excluded from a map path segment.
See Also