| AnimationManagerIsAnimated Method (IAnimatableProperty) |
Determines whether the specified property is controlled by one or more animations.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public bool IsAnimated(
IAnimatableProperty animatableProperty
)
Public Function IsAnimated (
animatableProperty As IAnimatableProperty
) As Boolean
public:
virtual bool IsAnimated(
IAnimatableProperty^ animatableProperty
) sealed
abstract IsAnimated :
animatableProperty : IAnimatableProperty -> bool
override IsAnimated :
animatableProperty : IAnimatableProperty -> bool
Parameters
- animatableProperty
- Type: DigitalRune.AnimationIAnimatableProperty
The property.
Return Value
Type:
Boolean if
animatableProperty is animated; otherwise,
.
Implements
IAnimationServiceIsAnimated(IAnimatableProperty)Exceptions See Also