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


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