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


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