Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 750 Bytes

File metadata and controls

33 lines (22 loc) · 750 Bytes
-api-id -api-type
T:Microsoft.UI.Xaml.Media.Animation.FillBehavior
winrt enum

FillBehavior

-description

Specifies how a Timeline behaves when it is outside its active period but its parent is inside its active or hold period.

-xaml-syntax

<object property="enumMemberName"/>

-enum-fields

-field HoldEnd:0

After it reaches the end of its active period, the timeline holds its progress until the end of its parent's active and hold periods.

-field Stop:1

The timeline stops if it is outside its active period while its parent is inside its active period.

-remarks

-examples

-see-also