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