ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / C1Gauge Class / Decorators Property

In This Topic
    Decorators Property (C1Gauge)
    In This Topic
    Collection of decorator elements that will be added to the C1Gauge inside the decorators layer. These elements can be any C1GaugeDecorator, for example C1GaugeRange or C1GaugeMark.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Decorators As C1GaugeDecoratorCollection
    public C1GaugeDecoratorCollection Decorators {get;}
    See Also