Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1Gauge Class / Value Property


In This Topic
    Value Property (C1Gauge)
    In This Topic
    Gets or sets the value displayed on the gauge.
    Syntax
    'Declaration
     
    
    Public Property Value As Double
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As Double
     
    instance.Value = value
     
    value = instance.Value
    public double Value {get; set;}
    See Also