C1.Android.Viewer Assembly / C1.Android.Viewer Namespace / FlexViewer Class / KeepScreenOn Property


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