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

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

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

Свойство Тип Описание
DurationProperty Windows.UI.Xaml.DependencyProperty
EasingFunctionProperty Windows.UI.Xaml.DependencyProperty
ModeProperty Windows.UI.Xaml.DependencyProperty

Защищенные методы

Метод Описание
ApplyTargetProperties ( DependencyObject target, Storyboard animation ) : void

Applies the target properties.

Приватные методы

Метод Описание
AnimateAsync ( DependencyObject target ) : System.Threading.Tasks.Task

Runs the transition animation.

CleanupAnimation ( DependencyObject target, Storyboard animation ) : void

Cleans up the animation.

GetAnimation ( DependencyObject target ) : Storyboard

Gets the animation for use in the transition.

Описание методов

ApplyTargetProperties() защищенный Метод

Applies the target properties.
protected ApplyTargetProperties ( DependencyObject target, Storyboard animation ) : void
target Windows.UI.Xaml.DependencyObject The target.
animation Windows.UI.Xaml.Media.Animation.Storyboard The animation.
Результат void

Описание свойств

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

ModeProperty публичное статическое свойство

Mode Dependency Property
public static DependencyProperty,Windows.UI.Xaml ModeProperty
Результат Windows.UI.Xaml.DependencyProperty