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:
 property FillBehavior FillBehavior { FillBehavior get(); void set(FillBehavior value); };
FillBehavior FillBehavior();

void FillBehavior(FillBehavior value);
public FillBehavior FillBehavior { get; set; }
var fillBehavior = timeline.fillBehavior;
timeline.fillBehavior = fillBehavior;
Public Property FillBehavior As FillBehavior
<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