C# Class SilverlightFX.UserInterface.Effects.Highlight.HighlightAnimation

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

Méthodes publiques

Méthode Description
HighlightAnimation ( System.TimeSpan duration, SolidColorBrush brush, Color highlightColor ) : System

Méthodes protégées

Méthode Description
PerformTweening ( double frame ) : void

Method Details

HighlightAnimation() public méthode

public HighlightAnimation ( System.TimeSpan duration, SolidColorBrush brush, Color highlightColor ) : System
duration System.TimeSpan
brush System.Windows.Media.SolidColorBrush
highlightColor Color
Résultat System

PerformTweening() protected méthode

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