Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.Gauge Namespace / C1Gauge Class / Max Property


In This Topic
    Max Property (C1Gauge)
    In This Topic
    Gets or sets the maximum value of the gauge.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("Max")>
    <BrowsableAttribute(True)>
    Public Property Max As Double
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As Double
     
    instance.Max = value
     
    value = instance.Max
    [Foundation.Export("Max")]
    [Browsable(true)]
    public double Max {get; set;}
    See Also