Click or drag to resize
DigitalRuneIAnimatablePropertyAnimationValue Property
Gets the animation value.

Namespace: DigitalRune.Animation
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
Object AnimationValue { get; }

Property Value

Type: Object
The 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