ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / C1GaugeRange Class / ValueBinding Property

In This Topic
    ValueBinding Property (C1GaugeRange)
    In This Topic
    Binds the C1Gauge value to any of the end points of this range.
    Syntax
    'Declaration
     
    
    Public Property ValueBinding As RangeValueBinding
    public RangeValueBinding ValueBinding {get; set;}
    Remarks
    Used to simulate fill/unfill effects.
    See Also