C# Класс WinRTXamlToolkit.Controls.PushTransition

Transition in which the old page is pushed off the screen by the new page moving into the screen
Наследование: PageTransition
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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