Class BeginStoryboard
A trigger action that begins a Storyboard and distributes its animations to their targeted objects and properties.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Media.Animation
Assembly: OpenSilver.dll
Syntax
public sealed class BeginStoryboard : TriggerAction
Constructors
| Improve this Doc View SourceBeginStoryboard()
Initializes a new instance of the BeginStoryboard class.
Declaration
public BeginStoryboard()
Fields
| Improve this Doc View SourceStoryboardProperty
Identifies the Storyboard dependency property.
Declaration
public static readonly DependencyProperty StoryboardProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceStoryboard
Gets or sets the Storyboard that this BeginStoryboard starts.
Declaration
public Storyboard Storyboard { get; set; }
Property Value
Type | Description |
---|---|
Storyboard | The Storyboard that the BeginStoryboard starts. The default is null. |