| IAnimatablePropertyAnimationValue Property |
Gets the animation value.
Namespace: DigitalRune.AnimationAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax Object AnimationValue { get; }
ReadOnly Property AnimationValue As Object
Get
property Object^ AnimationValue {
Object^ get ();
}
abstract AnimationValue : Object with get
Property Value
Type:
ObjectThe animation value.
Remarks
The value is the result of the animations controlling the property. The property is only
valid if
IsAnimated is set.
See Also