SystemUiFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum SystemUiFlags
[<System.Flags>]
type SystemUiFlags =
- Inheritance
-
SystemUiFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
Visible | 0 | Special constant for SystemUiVisibility: View has requested the system UI (status bar) to be visible (the default). |
LowProfile | 1 | |
HideNavigation | 2 | |
Fullscreen | 4 | |
LightNavigationBar | 16 | |
LayoutStable | 256 | |
LayoutHideNavigation | 512 | |
LayoutFullscreen | 1024 | |
LayoutFlags | 1536 | Flags that can impact the layout in relation to system UI. |
Immersive | 2048 | |
ImmersiveSticky | 4096 | |
LightStatusBar | 8192 |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.