Xamarin.Android | ComponentOne
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
    public virtual bool KeepScreenOn {get; set;}
    See Also