| IAnimationServiceIsAnimated 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 bool IsAnimated(
IAnimatableProperty animatableProperty
)
Function IsAnimated (
animatableProperty As IAnimatableProperty
) As Boolean
bool IsAnimated(
IAnimatableProperty^ animatableProperty
)
abstract IsAnimated :
animatableProperty : IAnimatableProperty -> bool
Parameters
- animatableProperty
- Type: DigitalRune.AnimationIAnimatableProperty
The property.
Return Value
Type:
Boolean if
animatableProperty is animated; otherwise,
.
Exceptions See Also