Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.Gauge Namespace / GaugeRange Class / Min Property


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