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

In This Topic
    KmlItemStyles Property
    In This Topic
    Gets the collection of styles used to render KML/KMZ items on the map. Styles allow KML items in different layers or even in different maps to use common visual properties.

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

    Syntax
    'Declaration
     
    Public Property KmlItemStyles As KmlItemStyleCollection
    public KmlItemStyleCollection KmlItemStyles {get; set;}
    See Also