Timeline.FillBehavior Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.