C# Class PocketCampus.Main.Controls.OrientationChangingFrame

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

Public Properties

Property Type Description
DurationProperty System.Windows.DependencyProperty
EasingFunctionProperty System.Windows.DependencyProperty
IsAnimationEnabledProperty System.Windows.DependencyProperty

Public Methods

Method Description
OrientationChangingFrame ( ) : System

Initializes a new instance of the HybridOrientationChangesFrame class.

Private Methods

Method 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 method

Initializes a new instance of the HybridOrientationChangesFrame class.
public OrientationChangingFrame ( ) : System
return System

Property Details

DurationProperty public static property

Identifies the Duration DependencyProperty.
public static DependencyProperty,System.Windows DurationProperty
return System.Windows.DependencyProperty

EasingFunctionProperty public static property

Identifies the EasingFunction DependencyProperty.
public static DependencyProperty,System.Windows EasingFunctionProperty
return System.Windows.DependencyProperty

IsAnimationEnabledProperty public static property

Identifies the IsAnimationEnabled DependencyProperty.
public static DependencyProperty,System.Windows IsAnimationEnabledProperty
return System.Windows.DependencyProperty