C# Class SilverlightFX.UserInterface.Transitions.Blinds.BlindsAnimation

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

Méthodes publiques

Méthode Description
BlindsAnimation ( FrameworkElement topElement, FrameworkElement bottomElement, System.TimeSpan duration, BlindsMode mode, bool forward ) : System

Méthodes protégées

Méthode Description
PerformTweening ( double frame ) : void

Method Details

BlindsAnimation() public méthode

public BlindsAnimation ( FrameworkElement topElement, FrameworkElement bottomElement, System.TimeSpan duration, BlindsMode mode, bool forward ) : System
topElement System.Windows.FrameworkElement
bottomElement System.Windows.FrameworkElement
duration System.TimeSpan
mode BlindsMode
forward bool
Résultat System

PerformTweening() protected méthode

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