ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / C1GaugeDecorator Class / To Property

In This Topic
    To Property (C1GaugeDecorator)
    In This Topic
    Gets/sets the value where the decorator ends. Set to double.NaN to bind to Gauge's maximum (default).
    Syntax
    'Declaration
     
    
    Public Property To As Double
    public double To {get; set;}
    See Also