ComponentOne Gauge for UWP
Percentage Property

C1.UWP.Gauge Assembly > C1.Xaml.Gauge Namespace > C1Gauge Class : Percentage Property
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

Reference

C1Gauge Class
C1Gauge Members