Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields.Maps Namespace / MarkerStyleCollection Class
Members

In This Topic
    MarkerStyleCollection Class
    In This Topic
    Represents a collection of marker styles (elements of type MarkerStyle).
    Object Model
    MarkerStyleCollection Class
    Syntax
    'Declaration
     
    Public Class MarkerStyleCollection 
       Inherits C1.C1Report.CustomFields.Maps.MapOwnedCollectionBase(Of MarkerStyle)
       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.MarkerStyleCollection

    See Also