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

Inheritance: System.Windows.Media.Glitz.TweenAnimation
显示文件 Open project: nikhilk/silverlightfx

Public Methods

Method Description
HighlightAnimation ( System.TimeSpan duration, SolidColorBrush brush, Color highlightColor ) : System

Protected Methods

Method Description
PerformTweening ( double frame ) : void

Method Details

HighlightAnimation() public method

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

PerformTweening() protected method

protected PerformTweening ( double frame ) : void
frame double
return void