C# Class SilverlightFX.UserInterface.Transitions.Slide.SlideAnimation

Inheritance: System.Windows.Media.Glitz.TweenAnimation
Afficher le fichier Open project: nikhilk/silverlightfx

Méthodes publiques

Méthode Description
SlideAnimation ( System.Windows.Controls.Panel container, System.TimeSpan duration, bool forward ) : System

Méthodes protégées

Méthode Description
PerformCleanup ( ) : void
PerformSetup ( ) : void
PerformTweening ( double frame ) : void

Method Details

PerformCleanup() protected méthode

protected PerformCleanup ( ) : void
Résultat void

PerformSetup() protected méthode

protected PerformSetup ( ) : void
Résultat void

PerformTweening() protected méthode

protected PerformTweening ( double frame ) : void
frame double
Résultat void

SlideAnimation() public méthode

public SlideAnimation ( System.Windows.Controls.Panel container, System.TimeSpan duration, bool forward ) : System
container System.Windows.Controls.Panel
duration System.TimeSpan
forward bool
Résultat System