| KeyFrameTValue Property |
Gets or sets the animation value for this key frame.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public T Value { get; set; }
Public Property Value As T
Get
Set
public:
virtual property T Value {
T get () sealed;
void set (T value) sealed;
}
abstract Value : 'T with get, set
override Value : 'T with get, set
Property Value
Type:
TThe animation value of the key frame.
Implements
IKeyFrameTValueSee Also