Class AnimationSelector
Animation Selector, used for easier definition of animations in xaml.
Namespace: Telerik.Windows.Controls.Animation
Assembly: Telerik.Windows.Controls.dll
Syntax
public class AnimationSelector : AnimationSelectorBase
Constructors
AnimationSelector()
Initializes a new instance of the AnimationSelector class.
Declaration
public AnimationSelector()
Properties
Animations
Gets the list of animations in that this selector will choose from.
Declaration
public IList Animations { get; }
Property Value
System.Collections.IList
|
Methods
SelectAnimation(FrameworkElement, String)
Selects an animation based on its AnimationName.
Declaration
public override RadAnimation SelectAnimation(FrameworkElement control, string name)
Parameters
System.Windows.FrameworkElement
control
The control the animation is needed for. |
System.String
name
The name of the animation. Often it is a change of state, result of a user action. |
Returns
RadAnimation
The RadAnimation object. |
Overrides
Remarks
The AnimationSelector will return the animation with matching name from its Animations list.