Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public InnerBoundaryCollection InnerBoundaries { get; }

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