Click or drag to resize
DigitalRuneKeyFrameTValue Property
Gets or sets the animation value for this key frame.

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

Property Value

Type: T
The animation value of the key frame.

Implements

IKeyFrameTValue
See Also