Метод | Описание | |
---|---|---|
AddDouble ( this sb, int durationMs, |
Helper to create double animation
|
|
AddDoubleKeyFrame ( this sb, int durationMs, |
Helper to create double animation based on keyframe
|
public static AddDouble ( this sb, int durationMs, |
||
sb | this | |
durationMs | int | |
element | ||
path | ||
from | double | |
to | double | |
easing | IEasingFunction | |
Результат | System.Windows.Media.Animation.Storyboard |
public static AddDoubleKeyFrame ( this sb, int durationMs, |
||
sb | this | |
durationMs | int | |
element | ||
path | ||
from | double | |
to | double | |
Результат | System.Windows.Media.Animation.Storyboard |