C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1Gauge Class / IsEnabled Property


In This Topic
IsEnabled Property (C1Gauge)
In This Topic
Syntax
'Declaration
 
Public Property IsEnabled As Boolean
 
'Usage
 
Dim instance As C1Gauge
Dim value As Boolean
 
instance.IsEnabled = value
 
value = instance.IsEnabled
See Also