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