FillBehavior Enum

Definition

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

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum FillBehavior
XAML
<object property="enumMemberName"/>
Inheritance
FillBehavior
Attributes

Fields

Name Value Description
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.

Stop 1

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

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6