|  | IKeyFrameTTime Property | 
            Gets the time offset from the start of the animation to the key frame.
            
 
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
 Syntax
SyntaxReadOnly Property Time As TimeSpan
	Get
property TimeSpan Time {
	TimeSpan get ();
}abstract Time : TimeSpan with get
Property Value
Type: 
TimeSpanThe time of the key frame.
 See Also
See Also