C# Класс Telerik.Core.AnimationSelectorBase

Base class for selecting DynamicAnimations.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SelectAnimation ( UIElement control, string name ) : Telerik.Core.RadAnimation

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

Описание методов

SelectAnimation() публичный абстрактный Метод

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.
Результат Telerik.Core.RadAnimation