ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / C1GaugeDecoratorCollection Class
Members

In This Topic
    C1GaugeDecoratorCollection Class
    In This Topic
    Specialized collection of C1GaugeDecorator.
    Object Model
    C1GaugeDecoratorCollection Class
    Syntax
    'Declaration
     
    
    Public Class C1GaugeDecoratorCollection 
       Inherits System.Collections.ObjectModel.Collection(Of C1GaugeDecorator)
    public class C1GaugeDecoratorCollection : System.Collections.ObjectModel.Collection<C1GaugeDecorator> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          C1.WPF.Gauge.C1GaugeDecoratorCollection

    See Also