Property | Type | Description | |
---|---|---|---|
AnimationDelayProperty | |||
IsAnimationRootProperty |
Method | Description | |
---|---|---|
GetAnimationDelay ( |
||
GetIsAnimationRoot ( |
||
Pause ( int delayMilliseconds ) : System.Threading.Tasks.Task | ||
SetAnimationDelay ( |
||
SetIsAnimationRoot ( |
||
StartEntryAnimation ( |
||
StartExitAnimation ( |
||
StartRepositionAnimation ( |
Method | Description | |
---|---|---|
AnimationDelayPropertyChanged ( |
||
GetAnimationRoot ( |
||
IsAnimationRootPropertyChanged ( |
||
SetAnimationRoot ( |
public static GetAnimationDelay ( |
||
source | ||
return | double |
public static GetIsAnimationRoot ( |
||
source | ||
return | bool |
public static Pause ( int delayMilliseconds ) : System.Threading.Tasks.Task | ||
delayMilliseconds | int | |
return | System.Threading.Tasks.Task |
public static SetAnimationDelay ( |
||
target | ||
value | double | |
return | void |
public static SetIsAnimationRoot ( |
||
target | ||
value | bool | |
return | void |
public static StartEntryAnimation ( |
||
animatedObject | ||
xDelta | double | |
yDelta | double | |
return | System.Threading.Tasks.Task |
public static StartExitAnimation ( |
||
animatedObject | ||
xDelta | double | |
yDelta | double | |
return | System.Threading.Tasks.Task |
public static StartRepositionAnimation ( |
||
animatedObject | ||
offset | System.Windows.Vector | |
return | System.Threading.Tasks.Task |
public static DependencyProperty,System.Windows AnimationDelayProperty | ||
return |