Method | Description | |
---|---|---|
SelectAnimation ( UIElement control, string name ) : Telerik.Core.RadAnimation |
When overridden in derived classes, it selects an animation for the specific control and reason.
|
public abstract SelectAnimation ( UIElement control, string name ) : Telerik.Core.RadAnimation | ||
control | UIElement | 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. |
return | Telerik.Core.RadAnimation |