Click or drag to resize
DigitalRuneIAnimationServiceStopAnimation Method (IAnimatableProperty)
Stops all animations affecting the specified property.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
void StopAnimation(
	IAnimatableProperty animatedProperty
)

Parameters

animatedProperty
Type: DigitalRune.AnimationIAnimatableProperty
The animated property.
See Also