C# 클래스 WinRTXamlToolkit.Controls.PageTransition

Abstract base class for page transitions used with AlternativeFrame control.
상속: Windows.UI.Xaml.DependencyObject
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

공개 프로퍼티들

프로퍼티 타입 설명
BackwardInAnimationProperty Windows.UI.Xaml.DependencyProperty
BackwardOutAnimationProperty Windows.UI.Xaml.DependencyProperty
DurationProperty Windows.UI.Xaml.DependencyProperty
EasingFunctionProperty Windows.UI.Xaml.DependencyProperty
ForwardInAnimationProperty Windows.UI.Xaml.DependencyProperty
ForwardOutAnimationProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
TransitionBackwardAsync ( DependencyObject previousPage, DependencyObject newPage ) : System.Threading.Tasks.Task

Runs backward transition.

TransitionForwardAsync ( DependencyObject previousPage, DependencyObject newPage ) : System.Threading.Tasks.Task

Runs forward transition.

보호된 메소드들

메소드 설명
CleanupBackwardAnimations ( DependencyObject previousPage, DependencyObject newPage ) : void

Cleans up the backward animations.

CleanupForwardAnimations ( DependencyObject previousPage, DependencyObject newPage ) : void

Cleans up the forward animations.

PrepareBackwardAnimations ( DependencyObject previousPage, DependencyObject newPage ) : void

Prepares the backward animations.

PrepareForwardAnimations ( DependencyObject previousPage, DependencyObject newPage ) : void

Prepares the forward animations.

UpdateTimelineAttributes ( ) : void

Updates the timeline attributes before the transition starts.

메소드 상세

CleanupBackwardAnimations() 보호된 메소드

Cleans up the backward animations.
protected CleanupBackwardAnimations ( DependencyObject previousPage, DependencyObject newPage ) : void
previousPage Windows.UI.Xaml.DependencyObject The previous page.
newPage Windows.UI.Xaml.DependencyObject The new page.
리턴 void

CleanupForwardAnimations() 보호된 메소드

Cleans up the forward animations.
protected CleanupForwardAnimations ( DependencyObject previousPage, DependencyObject newPage ) : void
previousPage Windows.UI.Xaml.DependencyObject The previous page.
newPage Windows.UI.Xaml.DependencyObject The new page.
리턴 void

PrepareBackwardAnimations() 보호된 메소드

Prepares the backward animations.
protected PrepareBackwardAnimations ( DependencyObject previousPage, DependencyObject newPage ) : void
previousPage Windows.UI.Xaml.DependencyObject The previous page.
newPage Windows.UI.Xaml.DependencyObject The new page.
리턴 void

PrepareForwardAnimations() 보호된 메소드

Prepares the forward animations.
protected PrepareForwardAnimations ( DependencyObject previousPage, DependencyObject newPage ) : void
previousPage Windows.UI.Xaml.DependencyObject The previous page.
newPage Windows.UI.Xaml.DependencyObject The new page.
리턴 void

TransitionBackwardAsync() 공개 메소드

Runs backward transition.
public TransitionBackwardAsync ( DependencyObject previousPage, DependencyObject newPage ) : System.Threading.Tasks.Task
previousPage Windows.UI.Xaml.DependencyObject The previous page.
newPage Windows.UI.Xaml.DependencyObject The new page.
리턴 System.Threading.Tasks.Task

TransitionForwardAsync() 공개 메소드

Runs forward transition.
public TransitionForwardAsync ( DependencyObject previousPage, DependencyObject newPage ) : System.Threading.Tasks.Task
previousPage Windows.UI.Xaml.DependencyObject The previous page.
newPage Windows.UI.Xaml.DependencyObject The new page.
리턴 System.Threading.Tasks.Task

UpdateTimelineAttributes() 보호된 메소드

Updates the timeline attributes before the transition starts.
protected UpdateTimelineAttributes ( ) : void
리턴 void

프로퍼티 상세

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

BackwardInAnimation Dependency Property
public static DependencyProperty,Windows.UI.Xaml BackwardInAnimationProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

BackwardOutAnimation Dependency Property
public static DependencyProperty,Windows.UI.Xaml BackwardOutAnimationProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

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

ForwardInAnimation Dependency Property
public static DependencyProperty,Windows.UI.Xaml ForwardInAnimationProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

ForwardOutAnimation Dependency Property
public static DependencyProperty,Windows.UI.Xaml ForwardOutAnimationProperty
리턴 Windows.UI.Xaml.DependencyProperty