WindowInsetsAnimationDispatchMode Enum

Definition

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.

Applies to