메소드 | 설명 | |
---|---|---|
ColorAnimation ( |
Initializes an instance of an ColorAnimation.
|
메소드 | 설명 | |
---|---|---|
PerformTweening ( double frame ) : void |
public ColorAnimation ( |
||
o | The object to animate. | |
dp | 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 |