BeginStoryboard.Storyboard Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets or sets the Storyboard that this BeginStoryboard starts.
Namespace: System.Windows.Media.Animation
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Public Property Storyboard As Storyboard
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 nulla null reference (Nothing in Visual Basic).
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
See Also