Méthode | Description | |
---|---|---|
DoubleAnimation ( |
Initializes an instance of an DoubleAnimation.
|
Méthode | Description | |
---|---|---|
PerformTweening ( double frame ) : void |
public DoubleAnimation ( |
||
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 | double | The value to interpolate to. |
Résultat | System |
protected PerformTweening ( double frame ) : void | ||
frame | double | |
Résultat | void |