Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridCellsPanel Class / WindowSystemUiVisibility Property


In This Topic
    WindowSystemUiVisibility Property (GridCellsPanel)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property WindowSystemUiVisibility As Android.Views.SystemUiFlags
    'Usage
     
    
    Dim instance As GridCellsPanel
    Dim value As Android.Views.SystemUiFlags
     
    value = instance.WindowSystemUiVisibility
    public virtual Android.Views.SystemUiFlags WindowSystemUiVisibility {get;}
    See Also