Метод | Описание | |
---|---|---|
BeginAnimation ( this target, |
||
BeginColorAnimation ( this target, string path, |
||
BeginDoubleAnimation ( this target, string path, double to, |
||
BeginDoubleAnimation ( this target, string path, double from, double to, |
||
BeginPointAnimation ( this target, string path, |
||
CreateCanvasStoryBoardAndBegin ( this target, double toX, double toY, |
||
CreateColor ( |
||
CreateDouble ( double to, |
||
CreatePoint ( |
||
CreatePoint ( |
||
CreateStoryBoard ( |
||
CreateStoryBoardAndBegin ( |
||
CreateY1Y2StoryBoardAndBegin ( this target, double toY1, double toY2, |
public static BeginAnimation ( this target, |
||
target | this | |
animation | ||
path | string | |
Результат | void |
public static BeginColorAnimation ( this target, string path, |
||
target | this | |
path | string | |
to | ||
duration | ||
Результат | void |
public static BeginDoubleAnimation ( this target, string path, double to, |
||
target | this | |
path | string | |
to | double | |
duration | ||
Результат | void |
public static BeginDoubleAnimation ( this target, string path, double from, double to, |
||
target | this | |
path | string | |
from | double | |
to | double | |
duration | ||
Результат | void |
public static BeginPointAnimation ( this target, string path, |
||
target | this | |
path | string | |
to | ||
duration | ||
Результат | void |
public static CreateCanvasStoryBoardAndBegin ( this target, double toX, double toY, |
||
target | this | |
toX | double | |
toY | double | |
duration | ||
Результат | void |
public static CreateColor ( |
||
to | ||
duration | ||
targetProperty | string | |
Результат |
public static CreateDouble ( double to, |
||
to | double | |
duration | ||
targetProperty | string | |
Результат |
public static CreatePoint ( |
||
to | ||
duration | ||
targetProperty | string | |
Результат |
public static CreatePoint ( |
||
from | ||
to | ||
duration | ||
targetProperty | string | |
Результат |
public static CreateStoryBoard ( |
||
target | ||
Результат |
public static CreateStoryBoardAndBegin ( |
||
target | ||
Результат | void |
public static CreateY1Y2StoryBoardAndBegin ( this target, double toY1, double toY2, |
||
target | this | |
toY1 | double | |
toY2 | double | |
duration | ||
Результат | void |