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

InnerBoundaryCollection Class

A collection of InnerBoundary objects.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.1.dll

NuGet Package: DevExpress.Win.Map

Declaration

public class InnerBoundaryCollection :
    SupportCallbackCollection<InnerBoundary>

The following members return InnerBoundaryCollection objects:

Remarks

An object of this class can be accessed using the MapPathSegment.InnerBoundaries property.

Inheritance

Object
DXCollectionBase<InnerBoundary>
DXCollection<InnerBoundary>
DevExpress.XtraMap.SupportCallbackCollection<InnerBoundary>
InnerBoundaryCollection
See Also