C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1LinearGauge Class / RevealOnFocusHint Property


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