C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1RadialGauge Class / Focusable Property


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