C# 클래스 Telerik.Core.AnimationSelectorBase

Base class for selecting DynamicAnimations.
파일 보기 프로젝트 열기: unoplatform/Uno.Telerik.UI-For-UWP 1 사용 예제들

공개 메소드들

메소드 설명
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