Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / DecoratorCollection Class
Properties Methods


In This Topic
    DecoratorCollection Class Members
    In This Topic

    The following tables list the members exposed by DecoratorCollection.

    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.CollectionBase)
    Public Property (Inherited from System.Collections.CollectionBase)
    Public PropertyOverloaded. Gets or sets the C1GaugeDecorator at the specified position in the collection.  
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.Collections.CollectionBase)
    Protected Property (Inherited from System.Collections.CollectionBase)
    Top
    Public Methods
     NameDescription
    Public MethodAdds the specified C1GaugeDecorator to the collection.  
    Public MethodAdds a group of C1GaugeDecorator objects to the end of the collection.  
    Public Method (Inherited from System.Collections.CollectionBase)
    Public MethodRemoves all decorators from the collection, then disposes the decorators.  
    Public MethodOverloaded. Determines whether this collection contains the specified C1GaugeDecorator.  
    Public MethodOverloaded. Determines the index of a specific C1GaugeDecorator in the collection.  
    Public MethodInserts the specified C1GaugeDecorator into this collection at the given index.  
    Public MethodMoves the item with given index (fromIndex) to the new position (toIndex).  
    Public MethodRemoves the specified C1GaugeDecorator from the collection.  
    Public Method (Inherited from System.Collections.CollectionBase)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Performs additional custom processes when clearing the contents of the DecoratorCollection instance.  
    Protected MethodOverridden. Performs additional custom processes after clearing the contents of the DecoratorCollection instance.  
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodOverridden. Performs additional custom processes after inserting a C1GaugeDecorator into the DecoratorCollection instance.  
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodOverridden. Performs additional custom processes after removing a C1GaugeDecorator from the DecoratorCollection instance.  
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodOverridden. Performs additional custom processes after setting a C1GaugeDecorator in the DecoratorCollection instance.  
    Protected MethodOverridden. Checks whather the type of the value argument is allowable for this collection.  
    Top
    See Also