C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.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
 
Public Property Max As Double
 
'Usage
 
Dim instance As C1Gauge
Dim value As Double
 
instance.Max = value
 
value = instance.Max
See Also