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

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