C# Class WinRTXamlToolkit.Controls.PageTransition

Abstract base class for page transitions used with AlternativeFrame control.
Inheritance: Windows.UI.Xaml.DependencyObject
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
TransitionBackwardAsync ( DependencyObject previousPage, DependencyObject newPage ) : System.Threading.Tasks.Task

Runs backward transition.

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

Runs forward transition.

Méthodes protégées

Méthode Description
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.

Method Details

CleanupBackwardAnimations() protected méthode

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.
Résultat void

CleanupForwardAnimations() protected méthode

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.
Résultat void

PrepareBackwardAnimations() protected méthode

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.
Résultat void

PrepareForwardAnimations() protected méthode

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.
Résultat void

TransitionBackwardAsync() public méthode

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.
Résultat System.Threading.Tasks.Task

TransitionForwardAsync() public méthode

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.
Résultat System.Threading.Tasks.Task

UpdateTimelineAttributes() protected méthode

Updates the timeline attributes before the transition starts.
protected UpdateTimelineAttributes ( ) : void
Résultat void

Property Details

BackwardInAnimationProperty public_oe static_oe property

BackwardInAnimation Dependency Property
public static DependencyProperty,Windows.UI.Xaml BackwardInAnimationProperty
Résultat Windows.UI.Xaml.DependencyProperty

BackwardOutAnimationProperty public_oe static_oe property

BackwardOutAnimation Dependency Property
public static DependencyProperty,Windows.UI.Xaml BackwardOutAnimationProperty
Résultat Windows.UI.Xaml.DependencyProperty

DurationProperty public_oe static_oe property

Duration Dependency Property
public static DependencyProperty,Windows.UI.Xaml DurationProperty
Résultat Windows.UI.Xaml.DependencyProperty

EasingFunctionProperty public_oe static_oe property

EasingFunction Dependency Property
public static DependencyProperty,Windows.UI.Xaml EasingFunctionProperty
Résultat Windows.UI.Xaml.DependencyProperty

ForwardInAnimationProperty public_oe static_oe property

ForwardInAnimation Dependency Property
public static DependencyProperty,Windows.UI.Xaml ForwardInAnimationProperty
Résultat Windows.UI.Xaml.DependencyProperty

ForwardOutAnimationProperty public_oe static_oe property

ForwardOutAnimation Dependency Property
public static DependencyProperty,Windows.UI.Xaml ForwardOutAnimationProperty
Résultat Windows.UI.Xaml.DependencyProperty