Click or drag to resize
DigitalRuneIAnimationServiceIsAnimated Method (IAnimatableProperty)
Determines whether the specified property is controlled by one or more animations.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
bool IsAnimated(
	IAnimatableProperty animatableProperty
)

Parameters

animatableProperty
Type: DigitalRune.AnimationIAnimatableProperty
The property.

Return Value

Type: Boolean
if animatableProperty is animated; otherwise, .
Exceptions
ExceptionCondition
ArgumentNullExceptionanimatableProperty is .
See Also