C1.Android.Core Assembly / C1.Android.Core Namespace / C1ScrollViewer Class / RevealOnFocusHint Property


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