C# Class Source.WPF.AnimatedEntrance.State_Transitioning

Afficher le fichier Open project: mrange/T4Include

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
Tick ( ) : void

Private Methods

Méthode 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 méthode

public Tick ( ) : void
Résultat void

Property Details

Clock public_oe property

public AnimationClock,System.Windows.Media.Animation Clock
Résultat System.Windows.Media.Animation.AnimationClock

Next public_oe property

public UIElement Next
Résultat UIElement

NextOffset_End public_oe property

public Vector,System.Windows NextOffset_End
Résultat System.Windows.Vector

NextOffset_Start public_oe property

public Vector,System.Windows NextOffset_Start
Résultat System.Windows.Vector

NextTransform public_oe property

public TranslateTransform,System.Windows.Media NextTransform
Résultat System.Windows.Media.TranslateTransform

PresentOption public_oe property

public Option PresentOption
Résultat Option

Previous public_oe property

public UIElement Previous
Résultat UIElement

PreviousOffset_End public_oe property

public Vector,System.Windows PreviousOffset_End
Résultat System.Windows.Vector

PreviousOffset_Start public_oe property

public Vector,System.Windows PreviousOffset_Start
Résultat System.Windows.Vector

PreviousTransform public_oe property

public TranslateTransform,System.Windows.Media PreviousTransform
Résultat System.Windows.Media.TranslateTransform