C# Class SilverlightFX.UserInterface.Transitions.Flip

Represents a flip effect that can be attached to a container with two child elements. The effect flips one element to another.
Inheritance: System.Windows.Media.Glitz.Transition
Afficher le fichier Open project: nikhilk/silverlightfx

Méthodes protégées

Méthode Description
CreateTransitionAnimation ( System.Windows.Controls.Panel container, AnimationEffectDirection direction ) : ProceduralAnimation
OnDetach ( ) : void

Method Details

CreateTransitionAnimation() protected méthode

protected CreateTransitionAnimation ( System.Windows.Controls.Panel container, AnimationEffectDirection direction ) : ProceduralAnimation
container System.Windows.Controls.Panel
direction AnimationEffectDirection
Résultat System.Windows.Media.Glitz.ProceduralAnimation

OnDetach() protected méthode

protected OnDetach ( ) : void
Résultat void