Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.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
     
    
    <Foundation.ExportAttribute("Value")>
    <BrowsableAttribute(True)>
    Public Property Value As Double
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As Double
     
    instance.Value = value
     
    value = instance.Value
    [Foundation.Export("Value")]
    [Browsable(true)]
    public double Value {get; set;}
    See Also