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.
Specifies legacy system UI visibility options.
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 | Indicates the low profile system-UI flag. |
| HideNavigation | 2 | Indicates the hide navigation system-UI flag. |
| Fullscreen | 4 | Indicates the fullscreen system-UI flag. |
| LightNavigationBar | 16 | Indicates the light navigation bar system-UI flag. |
| LayoutStable | 256 | Indicates the layout stable system-UI flag. |
| LayoutHideNavigation | 512 | Indicates the layout hide navigation system-UI flag. |
| LayoutFullscreen | 1024 | Indicates the layout fullscreen system-UI flag. |
| LayoutFlags | 1536 | Flags that can impact the layout in relation to system UI. |
| Immersive | 2048 | Indicates the immersive system-UI flag. |
| ImmersiveSticky | 4096 | Indicates the immersive sticky system-UI flag. |
| LightStatusBar | 8192 | Indicates the light status bar system-UI flag. |
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.