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.

public enum class FillBehavior
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class FillBehavior
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum FillBehavior
Public Enum FillBehavior
<object property="enumMemberName"/>
Inheritance
FillBehavior
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

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