BeginStoryboard.Storyboard Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the Storyboard that this BeginStoryboard starts.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<BeginStoryboard> <Storyboard ...> oneOrMoreAnimations </Storyboard> </BeginStoryboard>
XAML Values
Property Value
Type: System.Windows.Media.Animation.StoryboardThe Storyboard that the BeginStoryboard starts. The default is null.
Dependency property identifier field: StoryboardProperty
Show: