ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1GaugeRange Class / ValueBinding Property

In This Topic
    ValueBinding Property
    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