BeginStoryboard(Storyboard,HandoffBehavior,Boolean) Method
In This Topic
Syntax
'Declaration
Public Overloads Sub BeginStoryboard( _
ByVal As System.Windows.Media.Animation.Storyboard, _
ByVal handoffBehavior As System.Windows.Media.Animation.HandoffBehavior, _
ByVal As System.Boolean _
)
public void BeginStoryboard(
System.Windows.Media.Animation.Storyboard ,
System.Windows.Media.Animation.HandoffBehavior handoffBehavior,
System.bool
)
Parameters
- storyboard
- handoffBehavior
- isControllable
See Also