C# Class Source.WPF.AnimatedEntrance.State_Transitioning

显示文件 Open project: mrange/T4Include

Public Properties

Property Type Description
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

Public Methods

Method Description
Tick ( ) : void

Private Methods

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

Method Details

Tick() public method

public Tick ( ) : void
return void

Property Details

Clock public_oe property

public AnimationClock,System.Windows.Media.Animation Clock
return System.Windows.Media.Animation.AnimationClock

Next public_oe property

public UIElement Next
return UIElement

NextOffset_End public_oe property

public Vector,System.Windows NextOffset_End
return System.Windows.Vector

NextOffset_Start public_oe property

public Vector,System.Windows NextOffset_Start
return System.Windows.Vector

NextTransform public_oe property

public TranslateTransform,System.Windows.Media NextTransform
return System.Windows.Media.TranslateTransform

PresentOption public_oe property

public Option PresentOption
return Option

Previous public_oe property

public UIElement Previous
return UIElement

PreviousOffset_End public_oe property

public Vector,System.Windows PreviousOffset_End
return System.Windows.Vector

PreviousOffset_Start public_oe property

public Vector,System.Windows PreviousOffset_Start
return System.Windows.Vector

PreviousTransform public_oe property

public TranslateTransform,System.Windows.Media PreviousTransform
return System.Windows.Media.TranslateTransform