|  | AnimationControllerTime Property | 
            Gets or sets the current animation time.
            
 
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
 Syntax
Syntaxpublic Nullable<TimeSpan> Time { get; set; }Public Property Time As Nullable(Of TimeSpan)
	Get
	Set
public:
property Nullable<TimeSpan> Time {
	Nullable<TimeSpan> get ();
	void set (Nullable<TimeSpan> value);
}member Time : Nullable<TimeSpan> with get, set
Property Value
Type: 
NullableTimeSpan
            The current animation time. (The animation time is 
 if the animation 
            has not been started or the animation instance has already been recycled and the animation 
            controller is no longer valid.)
            
 See Also
See Also