Click or drag to resize
DigitalRuneAnimationInstanceTime Property
Gets or sets the current animation time.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public Nullable<TimeSpan> Time { get; set; }

Property Value

Type: NullableTimeSpan
The current animation time. (The animation time is if the instance has not been started.)
Exceptions
ExceptionCondition
InvalidOperationException Cannot set animation time because this is not the root instance. The animation instance is a node in the animation tree, but only the root node of the tree can be controlled directly.
See Also