| AnimationManagerStopAnimation Method (IAnimatableProperty) |
Stops all animations affecting the specified property.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public void StopAnimation(
IAnimatableProperty animatedProperty
)
Public Sub StopAnimation (
animatedProperty As IAnimatableProperty
)
public:
virtual void StopAnimation(
IAnimatableProperty^ animatedProperty
) sealed
abstract StopAnimation :
animatedProperty : IAnimatableProperty -> unit
override StopAnimation :
animatedProperty : IAnimatableProperty -> unit
Parameters
- animatedProperty
- Type: DigitalRune.AnimationIAnimatableProperty
The animated property.
Implements
IAnimationServiceStopAnimation(IAnimatableProperty)See Also