Storyboard.SetSpeedRatio Method
.NET Framework 3.0
Sets the interactive speed ratio for the Clock that was created for this Storyboard.
| Name | Description |
|---|---|
| Storyboard.SetSpeedRatio (FrameworkContentElement, Double) | Sets the interactive speed ratio of the Clock that was created for this storyboard. |
| Storyboard.SetSpeedRatio (FrameworkElement, Double) | Sets the interactive speed ratio of the Clock that was created for this storyboard. |
A storyboard can be paused, resumed, seeked, stopped, and removed if it is made controllable. To make a storyboard controllable in code, you must use the appropriate overload of the storyboard's Begin method and specify true to make it controllable. See How to: Control a Storyboard After It Starts for an example.