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