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

Abstract base class for page transitions used with AlternativeFrame control.
Наследование: Windows.UI.Xaml.DependencyObject
Показать файл Открыть проект

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

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