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. The control the animation is needed for. |
System. The reason for the animation. Often it is a change of state, result of a user action. |
Returns
Rad The RadAnimation object. |