Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 594 Bytes

animationcontrollerprogressbehavior.md

File metadata and controls

29 lines (18 loc) · 594 Bytes
-api-id -api-type
T:Microsoft.UI.Composition.AnimationControllerProgressBehavior
winrt enum

Microsoft.UI.Composition.AnimationControllerProgressBehavior

-description

Defines constants that specify how the AnimationController.Progress value is determined.

-enum-fields

-field IncludesDelayTime:1

The progress value includes delay time.

-field Default:0

The progress value does not include delay time.

-remarks

-see-also

-examples