ClassAnimationSelectorBase
Class
Base class for selecting DynamicAnimations.
Definition
Namespace:Telerik.Core
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public abstract class AnimationSelectorBase
Inheritance: objectAnimationSelectorBase
Derived Classes:
Constructors
AnimationSelectorBase()
Declaration
cs-api-definition
protected AnimationSelectorBase()
Methods
SelectAnimation(UIElement, string)
When overridden in derived classes, it selects an animation for the specific control and reason.
Declaration
cs-api-definition
public abstract RadAnimation SelectAnimation(UIElement control, string name)
Parameters
control
UIElement
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.