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


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