Storyboard Property

Gets or sets the Storyboard that this BeginStoryboard starts.

XAML
<object Storyboard="Storyboard" .../>
Scripting
value = object.Storyboard
object.Storyboard = value

Property Value

Storyboard

The Storyboard that the BeginStoryboard starts.

This property is read/write. The default value is null.

Remarks

Each BeginStoryboard action can contain only one storyboard. To include more than one storyboard, you could include multiple BeginStoryboard objects in the Actions collection.

Applies To

BeginStoryboard

See Also

Interactive Animations Overview
Actions