Class
AnimationSelectorBase

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

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

string

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

Returns

RadAnimation

The RadAnimation object.