Method | Description | |
---|---|---|
CancelAnimation ( |
Cancel any animations that are running on the specified dependency property.
|
|
StartAnimation ( |
Starts an animation to a particular value on the specified dependency property.
|
|
StartAnimation ( |
Starts an animation to a particular value on the specified dependency property. You can pass in an event handler to call when the animation has completed.
|
public static CancelAnimation ( |
||
animatableElement | ||
dependencyProperty | ||
return | void |
public static StartAnimation ( |
||
animatableElement | ||
dependencyProperty | ||
toValue | double | |
animationDurationSeconds | double | |
return | void |
public static StartAnimation ( |
||
animatableElement | ||
dependencyProperty | ||
toValue | double | |
animationDurationSeconds | double | |
completedEvent | EventHandler | |
return | void |