ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / C1Gauge Class / Percentage Property

In This Topic
    Percentage Property (C1Gauge)
    In This Topic
    Gets or sets the current Value expressed as a percentage.
    Syntax
    'Declaration
     
    
    Public Property Percentage As Double
    public 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