IAnimatablePropertyIsAnimated Property |
Namespace: DigitalRune.Animation
This property is set by the animation system if animations are controlling the property. The result of the animations are stored in AnimationValue.
Notes to Implementors: The property IsAnimated is optional. It is not strictly required to store the value in derived types. The getter of the property should throw a NotImplementedException if it is not implemented and the setter of the property can be a nop ("no operation").