C# Класс PocketCampus.Main.Controls.OrientationChangingFrame

PhoneApplicationFrame subclass that animates and fades between device orientation changes.
Наследование: Microsoft.Phone.Controls.TransitionFrame
Показать файл Открыть проект

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

Свойство Тип Описание
DurationProperty System.Windows.DependencyProperty
EasingFunctionProperty System.Windows.DependencyProperty
IsAnimationEnabledProperty System.Windows.DependencyProperty

Открытые методы

Метод Описание
OrientationChangingFrame ( ) : System

Initializes a new instance of the HybridOrientationChangesFrame class.

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

Метод Описание
HandleOrientationChanged ( object sender, OrientationChangedEventArgs e ) : void

Handles the OrientationChanged event.

HandleStoryboardCompleted ( object sender, EventArgs e ) : void

Handles the completion of the Storyboard.

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

OrientationChangingFrame() публичный Метод

Initializes a new instance of the HybridOrientationChangesFrame class.
public OrientationChangingFrame ( ) : System
Результат System

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

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

Identifies the Duration DependencyProperty.
public static DependencyProperty,System.Windows DurationProperty
Результат System.Windows.DependencyProperty

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

Identifies the EasingFunction DependencyProperty.
public static DependencyProperty,System.Windows EasingFunctionProperty
Результат System.Windows.DependencyProperty

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

Identifies the IsAnimationEnabled DependencyProperty.
public static DependencyProperty,System.Windows IsAnimationEnabledProperty
Результат System.Windows.DependencyProperty