C# 클래스 WinRTXamlToolkit.Controls.PushTransition

Transition in which the old page is pushed off the screen by the new page moving into the screen
상속: PageTransition
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

공개 프로퍼티들

프로퍼티 타입 설명
BackwardDirectionProperty Windows.UI.Xaml.DependencyProperty
ForwardDirectionProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
PushTransition ( ) : System

Initializes a new instance of the PushTransition class.

보호된 메소드들

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

Cleans up the backward animations.

CleanupForwardAnimations ( DependencyObject previousPage, DependencyObject newPage ) : void

Cleans up the forward animations.

OnBackwardDirectionChanged ( DirectionOfMotion oldBackwardDirection, DirectionOfMotion newBackwardDirection ) : void

Provides derived classes an opportunity to handle changes to the BackwardDirection property.

OnForwardDirectionChanged ( DirectionOfMotion oldForwardDirection, DirectionOfMotion newForwardDirection ) : void

Provides derived classes an opportunity to handle changes to the ForwardDirection property.

PrepareBackwardAnimations ( DependencyObject previousPage, DependencyObject newPage ) : void

Prepares the backward animations.

PrepareForwardAnimations ( DependencyObject previousPage, DependencyObject newPage ) : void

Prepares the forward animations.

비공개 메소드들

메소드 설명
OnBackwardDirectionChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the BackwardDirection property.

OnForwardDirectionChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the ForwardDirection property.

메소드 상세

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

OnBackwardDirectionChanged() 보호된 메소드

Provides derived classes an opportunity to handle changes to the BackwardDirection property.
protected OnBackwardDirectionChanged ( DirectionOfMotion oldBackwardDirection, DirectionOfMotion newBackwardDirection ) : void
oldBackwardDirection DirectionOfMotion The old BackwardDirection value
newBackwardDirection DirectionOfMotion The new BackwardDirection value
리턴 void

OnForwardDirectionChanged() 보호된 메소드

Provides derived classes an opportunity to handle changes to the ForwardDirection property.
protected OnForwardDirectionChanged ( DirectionOfMotion oldForwardDirection, DirectionOfMotion newForwardDirection ) : void
oldForwardDirection DirectionOfMotion The old ForwardDirection value
newForwardDirection DirectionOfMotion The new ForwardDirection value
리턴 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

PushTransition() 공개 메소드

Initializes a new instance of the PushTransition class.
public PushTransition ( ) : System
리턴 System

프로퍼티 상세

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

BackwardDirection Dependency Property
public static DependencyProperty,Windows.UI.Xaml BackwardDirectionProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

ForwardDirection Dependency Property
public static DependencyProperty,Windows.UI.Xaml ForwardDirectionProperty
리턴 Windows.UI.Xaml.DependencyProperty