New to Telerik UI for WPFStart a free 30-day trial

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: AnimationSelector

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)
Parameters:controlFrameworkElement

The control the animation is needed for.

namestring

The reason for the animation. Often it is a change of state, result of a user action.

Returns:

RadAnimation

The RadAnimation object.