ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1GaugeDecorator Class / From Property

In This Topic
    From Property
    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 System.Double
    public System.double From {get; set;}
    See Also