ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / Map Class / Layers Property

In This Topic
    Layers Property (Map)
    In This Topic
    Gets the collection of layers containing markers, lines and KML data rendered on the map.

    Note that the set accessor is only for deserialization, and should not be used directly.

    Syntax
    'Declaration
     
    Public Property Layers As LayerCollection
    public LayerCollection Layers {get; set;}
    See Also