C# 클래스 System.Windows.Media.Glitz.ColorAnimation

An animation that interpolates a Color-typed property from one value to another.
상속: TweenAnimation
파일 보기 프로젝트 열기: nikhilk/silverlightfx

공개 메소드들

메소드 설명
ColorAnimation ( DependencyObject o, DependencyProperty dp, System.TimeSpan duration, Color targetValue ) : System

Initializes an instance of an ColorAnimation.

보호된 메소드들

메소드 설명
PerformTweening ( double frame ) : void

메소드 상세

ColorAnimation() 공개 메소드

Initializes an instance of an ColorAnimation.
public ColorAnimation ( DependencyObject o, DependencyProperty dp, System.TimeSpan duration, Color targetValue ) : System
o System.Windows.DependencyObject The object to animate.
dp System.Windows.DependencyProperty The property on the object to animate.
duration System.TimeSpan The time span over which the animation performs the interpolation.
targetValue Color The value to interpolate to.
리턴 System

PerformTweening() 보호된 메소드

protected PerformTweening ( double frame ) : void
frame double
리턴 void