Back to Devexpress

InnerBoundaryCollection Class

windowsforms-devexpress-dot-xtramap-fc608740.md

latest1.7 KB
Original Source

InnerBoundaryCollection Class

A collection of InnerBoundary objects.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public class InnerBoundaryCollection :
    SupportCallbackCollection<InnerBoundary>
vb
Public Class InnerBoundaryCollection
    Inherits SupportCallbackCollection(Of 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

InnerBoundaryCollection Members

DevExpress.XtraMap Namespace