WindowInsetsControllerBehavior 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 how hidden system bars are revealed.
public enum WindowInsetsControllerBehavior
type WindowInsetsControllerBehavior =
- Inheritance
-
WindowInsetsControllerBehavior
Fields
| Name | Value | Description |
|---|---|---|
| ShowBarsByTouch | 0 | Identifies the show bars by touch system-bars behavior. |
| Default | 1 | Identifies the default system-bars behavior. |
| ShowBarsBySwipe | 1 | Identifies the show bars by swipe system-bars behavior. |
| ShowTransientBarsBySwipe | 2 | Identifies the show transient bars by swipe system-bars behavior. |