Storyboard Property
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Windows.Media.Animation
Assembly:  System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.

public Storyboard Storyboard { get; set; }
<BeginStoryboard>
  <Storyboard ...>
    oneOrMoreAnimations
  </Storyboard>
</BeginStoryboard>

XAML Values

oneOrMoreAnimations

One or more animation types that derive from Timeline. These provide the value of Storyboard.Children.

Property Value

Type: System.Windows.Media.Animation.Storyboard
The Storyboard that the BeginStoryboard starts. The default is null.

Dependency property identifier field: StoryboardProperty

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft