C# Class Telerik.Core.AnimationSelectorBase

Base class for selecting DynamicAnimations.
Afficher le fichier Open project: unoplatform/Uno.Telerik.UI-For-UWP Class Usage Examples

Méthodes publiques

Méthode Description
SelectAnimation ( UIElement control, string name ) : Telerik.Core.RadAnimation

When overridden in derived classes, it selects an animation for the specific control and reason.

Method Details

SelectAnimation() public abstract méthode

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.
Résultat Telerik.Core.RadAnimation