Show / Hide Table of Contents

Class BeginStoryboard

Implements trigger action for animations

Inheritance
System.Object
DependencyObject
TriggerAction
BeginStoryboard
Inherited Members
DependencyObject.DependencyObjectType
DependencyObject.IsSealed
DependencyObject.Equals(Object)
DependencyObject.GetHashCode()
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.GetValue(DependencyProperty)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.GetLocalValueEnumerator()
DependencyObject.SetValue(DependencyProperty, Object)
DependencyObject.OnPropertyChanged(DependencyProperty)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.SetBinding(DependencyProperty, Binding)
DependencyObject.SetResourceReference(DependencyProperty, Object)
Namespace: EmptyKeys.UserInterface.Media.Animation
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class BeginStoryboard : TriggerAction

Constructors

BeginStoryboard()

Initializes a new instance of the BeginStoryboard class.

Declaration
public BeginStoryboard()

Fields

StoryboardProperty

The storyboard property

Declaration
public static readonly DependencyProperty StoryboardProperty
Field Value
Type Description
DependencyProperty

Properties

Name

Gets or sets the name.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

The name.

Storyboard

Gets or sets the storyboard.

Declaration
public Storyboard Storyboard { get; set; }
Property Value
Type Description
Storyboard

The storyboard.

Back to top Generated by DocFX