Click or drag to resize
DigitalRuneAnimationClipTFillBehavior Property
Gets or sets a value that specifies how the animation behaves when it reaches the end of its duration.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public FillBehavior FillBehavior { get; set; }

Property Value

Type: FillBehavior
A value that specifies how the animation behaves when it reaches the end of its duration. The default value is Hold.

Implements

ITimelineFillBehavior
See Also