Skip to main content
A newer version of this page is available. .

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

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