This topic has not yet been rated - Rate this topic

Storyboard.SetSpeedRatio Method

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.