Base class for selecting DynamicAnimations.
Definition
Namespace:Telerik.Windows.Controls.Animation
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public abstract class AnimationSelectorBase
Inheritance: objectAnimationSelectorBase
Derived Classes:
Constructors
C#
protected AnimationSelectorBase()
Methods
When overridden in derived classes, it selects an animation for the specific control and reason.
C#
public abstract RadAnimation SelectAnimation(FrameworkElement control, string name)
The control the animation is needed for.
namestringThe reason for the animation. Often it is a change of state, result of a user action.
Returns:The RadAnimation object.