Gauge for WPF | ComponentOne
C1.WPF.Gauge Assembly / C1.WPF.Gauge Namespace / C1LinearGauge Class / GetPercent Method

In This Topic
    GetPercent Method (C1LinearGauge)
    In This Topic
    Get the value of percent.
    Syntax
    'Declaration
     
    Protected Function GetPercent( _
       ByVal value As Double _
    ) As Double
    protected double GetPercent( 
       double value
    )

    Parameters

    value
    See Also