C# 클래스 Source.WPF.AnimatedEntrance.State_Transitioning

파일 보기 프로젝트 열기: mrange/T4Include

공개 프로퍼티들

프로퍼티 타입 설명
Clock System.Windows.Media.Animation.AnimationClock
Next UIElement
NextOffset_End System.Windows.Vector
NextOffset_Start System.Windows.Vector
NextTransform System.Windows.Media.TranslateTransform
PresentOption Option
Previous UIElement
PreviousOffset_End System.Windows.Vector
PreviousOffset_Start System.Windows.Vector
PreviousTransform System.Windows.Media.TranslateTransform

공개 메소드들

메소드 설명
Tick ( ) : void

비공개 메소드들

메소드 설명
Enter_Transitioning ( BaseState previousState ) : void
FollowEdge ( ) : void
GetOffset ( ) : System.Windows.Vector
Leave_Transitioning ( BaseState nextState ) : void
ShowInstant ( ) : void
StartAnimation ( ) : void
TransformInto_DelayingNextTransition ( UIElement current, State_DelayingNextTransition nextState ) : void
TransformInto_PresentingContent ( UIElement current, State_PresentingContent nextState ) : void
Transition_Completed ( object sender, EventArgs e ) : void

메소드 상세

Tick() 공개 메소드

public Tick ( ) : void
리턴 void

프로퍼티 상세

Clock 공개적으로 프로퍼티

public AnimationClock,System.Windows.Media.Animation Clock
리턴 System.Windows.Media.Animation.AnimationClock

Next 공개적으로 프로퍼티

public UIElement Next
리턴 UIElement

NextOffset_End 공개적으로 프로퍼티

public Vector,System.Windows NextOffset_End
리턴 System.Windows.Vector

NextOffset_Start 공개적으로 프로퍼티

public Vector,System.Windows NextOffset_Start
리턴 System.Windows.Vector

NextTransform 공개적으로 프로퍼티

public TranslateTransform,System.Windows.Media NextTransform
리턴 System.Windows.Media.TranslateTransform

PresentOption 공개적으로 프로퍼티

public Option PresentOption
리턴 Option

Previous 공개적으로 프로퍼티

public UIElement Previous
리턴 UIElement

PreviousOffset_End 공개적으로 프로퍼티

public Vector,System.Windows PreviousOffset_End
리턴 System.Windows.Vector

PreviousOffset_Start 공개적으로 프로퍼티

public Vector,System.Windows PreviousOffset_Start
리턴 System.Windows.Vector

PreviousTransform 공개적으로 프로퍼티

public TranslateTransform,System.Windows.Media PreviousTransform
리턴 System.Windows.Media.TranslateTransform