WindowInsetsAnimationDispatchMode 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.
Controls whether an insets animation continues through a view subtree.
public enum WindowInsetsAnimationDispatchMode
type WindowInsetsAnimationDispatchMode =
- Inheritance
-
WindowInsetsAnimationDispatchMode
Fields
| Name | Value | Description |
|---|---|---|
| Stop | 0 | Identifies the stop window-insets-animation dispatch mode. |
| ContinueOnSubtree | 1 | Identifies the continue on subtree window-insets-animation dispatch mode. |