ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1Gauge Class / Percentage Property

In This Topic
    Percentage Property
    In This Topic
    Gets or sets the current Value expressed as a percentage.
    Syntax
    'Declaration
     
    Public Property Percentage As System.Double
    public System.double Percentage {get; set;}
    Remarks
    This property returns a value between zero (when Value equals Minimum) and one (when Value equals Maximum). If Value is double.NaN returns the double.NaN.
    See Also