FillBehavior Enum
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.
public enum class FillBehavior
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class FillBehavior
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum FillBehavior
Public Enum FillBehavior
<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. |