WindowInsetsControllerAppearance 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 the appearance of system bars controlled by a window.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum WindowInsetsControllerAppearance
[<System.Flags>]
type WindowInsetsControllerAppearance =
- Inheritance
-
WindowInsetsControllerAppearance
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | Represents the absence of window-insets appearance flags. |
| LightStatusBars | 8 | Indicates the light status bars window-insets appearance flag. |
| LightNavigationBars | 16 | Indicates the light navigation bars window-insets appearance flag. |
| TransparentCaptionBarBackground | 128 | Indicates the transparent caption bar background window-insets appearance flag. |
| LightCaptionBars | 256 | Indicates the light caption bars window-insets appearance flag. |