ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps Namespace / C1Maps Class / Layers Property

In This Topic
    Layers Property
    In This Topic
    Gets the collection of C1Layer objects.
    Syntax
    'Declaration
     
    Public ReadOnly Property Layers As System.Collections.Generic.List(Of C1Layer)
    public System.Collections.Generic.List<C1Layer> Layers {get;}
    See Also