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
public enum FillBehavior
type FillBehavior = 
Public Enum FillBehavior
Inheritance
FillBehavior

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