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

An animation that interpolates a double-typed property from one value to another.
상속: TweenAnimation
파일 보기 프로젝트 열기: nikhilk/silverlightfx 1 사용 예제들

공개 메소드들

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

Initializes an instance of an DoubleAnimation.

보호된 메소드들

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

메소드 상세

DoubleAnimation() 공개 메소드

Initializes an instance of an DoubleAnimation.
public DoubleAnimation ( DependencyObject o, DependencyProperty dp, System.TimeSpan duration, double 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 double The value to interpolate to.
리턴 System

PerformTweening() 보호된 메소드

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