ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.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.Xaml.Gauge.C1GaugeDecoratorCollection

    See Also