Maps for WPF | ComponentOne
C1.WPF.Maps Namespace / C1Maps Class / Layers Property

In This Topic
    Layers Property
    In This Topic
    Gets the collection of layers.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Layers As Collection(Of IMapLayer)
    public Collection<IMapLayer> Layers {get;}
    See Also