Share via


Timeline.FillBehavior Property

Definition

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

public FillBehavior FillBehavior { get; set; }
<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.

Applies to