C# 클래스 WinRTXamlToolkit.Controls.PageTransitionAnimation

Base class for page transition animations used with an AlternativeFrame control.
상속: Windows.UI.Xaml.DependencyObject
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

공개 프로퍼티들

프로퍼티 타입 설명
DurationProperty Windows.UI.Xaml.DependencyProperty
EasingFunctionProperty Windows.UI.Xaml.DependencyProperty
ModeProperty Windows.UI.Xaml.DependencyProperty

보호된 메소드들

메소드 설명
ApplyTargetProperties ( DependencyObject target, Storyboard animation ) : void

Applies the target properties.

비공개 메소드들

메소드 설명
AnimateAsync ( DependencyObject target ) : System.Threading.Tasks.Task

Runs the transition animation.

CleanupAnimation ( DependencyObject target, Storyboard animation ) : void

Cleans up the animation.

GetAnimation ( DependencyObject target ) : Storyboard

Gets the animation for use in the transition.

메소드 상세

ApplyTargetProperties() 보호된 메소드

Applies the target properties.
protected ApplyTargetProperties ( DependencyObject target, Storyboard animation ) : void
target Windows.UI.Xaml.DependencyObject The target.
animation Windows.UI.Xaml.Media.Animation.Storyboard The animation.
리턴 void

프로퍼티 상세

DurationProperty 공개적으로 정적으로 프로퍼티

Duration Dependency Property
public static DependencyProperty,Windows.UI.Xaml DurationProperty
리턴 Windows.UI.Xaml.DependencyProperty

EasingFunctionProperty 공개적으로 정적으로 프로퍼티

EasingFunction Dependency Property
public static DependencyProperty,Windows.UI.Xaml EasingFunctionProperty
리턴 Windows.UI.Xaml.DependencyProperty

ModeProperty 공개적으로 정적으로 프로퍼티

Mode Dependency Property
public static DependencyProperty,Windows.UI.Xaml ModeProperty
리턴 Windows.UI.Xaml.DependencyProperty