Click or drag to resize
DigitalRuneKeyFrameTTime Property
Gets or sets the time offset from the start of the animation to this key frame.

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

Property Value

Type: TimeSpan
The time value of the key frame.

Implements

IKeyFrameTTime
See Also