C# 클래스 PocketCampus.Main.Controls.OrientationChangingFrame

PhoneApplicationFrame subclass that animates and fades between device orientation changes.
상속: Microsoft.Phone.Controls.TransitionFrame
파일 보기 프로젝트 열기: accandme/pocketcampus

공개 프로퍼티들

프로퍼티 타입 설명
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