| FillBehavior Enumeration |
Defines the behavior of an animation when its duration is exceeded.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax Public Enumeration FillBehavior
public enum class FillBehavior
Members
| Member name | Value | Description |
---|
| Hold | 0 |
When the animation reaches the end of its duration it holds its last animation value until
it is stopped or reset. (In some animation systems this behavior is also called 'Freeze'.)
|
| Stop | 1 |
The animation is stopped when it reaches the end of its duration. (In some animation systems
this behavior is called 'Remove'.)
|
See Also