Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 735 Bytes

timeline_fillbehavior.md

File metadata and controls

32 lines (21 loc) · 735 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Media.Animation.Timeline.FillBehavior
winrt property

Windows.UI.Xaml.Media.Animation.Timeline.FillBehavior

-description

Gets or sets a value that specifies how the animation behaves after it reaches the end of its active period.

-xaml-syntax

<timeline FillBehavior="HoldEnd"/>
-or-
<timeline FillBehavior="Stop"/>

-property-value

A value that specifies how the timeline behaves after it reaches the end of its active period but its parent is inside its active or fill period. The default value is HoldEnd.

-remarks

-examples

-see-also