Method | Description | |
---|---|---|
BeginAnimation ( this target, |
Starts animating a dependency property of a framework element to a target value.
|
Method | Description | |
---|---|---|
CreateStoryboard ( |
||
GetStoryboardKey ( string propertyPath ) : string |
Returns a unique key for a storyboard.
|
public static BeginAnimation ( this target, |
||
target | this | The element to animate. |
animatingDependencyProperty | The dependency property to /// animate. | |
propertyPath | string | The path of the dependency property to /// animate. |
targetValue | object | The value to animate the dependency /// property to. |
timeSpan | System.TimeSpan | The duration of the animation. |
easingFunction | The easing function to uses to /// transition the data points. | |
return | void |