Maps for WPF | ComponentOne
C1.WPF.Maps Namespace / VectorLayer Class / Children Property

In This Topic
    Children Property
    In This Topic
    Gets the collection of child elements.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Children As ObservableCollection(Of VectorItemBase)
    public ObservableCollection<VectorItemBase> Children {get;}
    See Also