C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / KeepScreenOn Property


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