C1.Android.Gauge Assembly / C1.Android.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
See Also