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