C# Class PocketCampus.Main.Controls.OrientationChangingFrame

PhoneApplicationFrame subclass that animates and fades between device orientation changes.
Inheritance: Microsoft.Phone.Controls.TransitionFrame
Afficher le fichier Open project: accandme/pocketcampus

Méthodes publiques

Свойство Type Description
DurationProperty System.Windows.DependencyProperty
EasingFunctionProperty System.Windows.DependencyProperty
IsAnimationEnabledProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
OrientationChangingFrame ( ) : System

Initializes a new instance of the HybridOrientationChangesFrame class.

Private Methods

Méthode Description
HandleOrientationChanged ( object sender, OrientationChangedEventArgs e ) : void

Handles the OrientationChanged event.

HandleStoryboardCompleted ( object sender, EventArgs e ) : void

Handles the completion of the Storyboard.

Method Details

OrientationChangingFrame() public méthode

Initializes a new instance of the HybridOrientationChangesFrame class.
public OrientationChangingFrame ( ) : System
Résultat System

Property Details

DurationProperty public_oe static_oe property

Identifies the Duration DependencyProperty.
public static DependencyProperty,System.Windows DurationProperty
Résultat System.Windows.DependencyProperty

EasingFunctionProperty public_oe static_oe property

Identifies the EasingFunction DependencyProperty.
public static DependencyProperty,System.Windows EasingFunctionProperty
Résultat System.Windows.DependencyProperty

IsAnimationEnabledProperty public_oe static_oe property

Identifies the IsAnimationEnabled DependencyProperty.
public static DependencyProperty,System.Windows IsAnimationEnabledProperty
Résultat System.Windows.DependencyProperty