ComponentOne Reports for WPF
C1.C1Report.CustomFields.Maps Namespace / KmlItemStyleCollection Class
Members

In This Topic
    KmlItemStyleCollection Class
    In This Topic
    Represents a collection of KmlItemStyle elements.
    Object Model
    KmlItemStyleCollection Class
    Syntax
    'Declaration
     
    Public Class KmlItemStyleCollection 
       Inherits C1.C1Report.CustomFields.Maps.MapOwnedCollectionBase(Of KmlItemStyle)
       Implements IMapOwnedCloneable 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.Collections.ObjectModel.ObservableCollection<T>
             C1.C1Report.CustomFields.Maps.MapOwnedCollectionBase<T>
                C1.C1Report.CustomFields.Maps.KmlItemStyleCollection

    See Also