| AnimatablePropertyTIAnimatablePropertyTAnimationValue Property |
Gets or sets the animation value.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax T IAnimatableProperty<T>.AnimationValue { get; set; }
Private Property AnimationValue As T
Implements IAnimatableProperty(Of T).AnimationValue
Get
Set
private:
virtual property T AnimationValue {
T get () sealed = IAnimatableProperty<T>::AnimationValue::get;
void set (T value) sealed = IAnimatableProperty<T>::AnimationValue::set;
}
private abstract AnimationValue : 'T with get, set
private override AnimationValue : 'T with get, set
Property Value
Type:
TThe animation value.
Implements
IAnimatablePropertyTAnimationValueRemarks
The value is the result of the animations running on the property. The property is only
valid if
IsAnimated is set.
See Also