BeginStoryboard Members
.NET Framework 3.0
A trigger action that begins a Storyboard and distributes its animations to their targeted objects and properties.
The following tables list the members exposed by the BeginStoryboard type.
| Name | Description | |
|---|---|---|
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (inherited from DependencyObject) |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (inherited from DispatcherObject) |
| HandoffBehavior | Gets or sets the proper hand-off behavior to start an animation clock in this storyboard |
| IsSealed | Gets a value that declares whether this instance is currently read-only.(inherited from DependencyObject) |
| Name | Gets or sets the name of the BeginStoryboard object. By naming the BeginStoryboard object, the Storyboard can be controlled after it is started. |
| Storyboard | Gets or sets the Storyboard that this BeginStoryboard starts. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| CheckAccess | Determines whether the calling thread has access to this DispatcherObject. (inherited from DispatcherObject) |
| ClearValue | Overloaded. Clears the local value of a property. (inherited from DependencyObject) |
| CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the property on this type. (inherited from DependencyObject) |
| Equals | Overloaded. Determines whether a provided DependencyObject is equivalent to the current DependencyObject. (inherited from DependencyObject) |
| GetHashCode | Gets a hash code for this DependencyObject. (inherited from DependencyObject) |
| GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. (inherited from DependencyObject) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| GetValue | Returns the current effective value of a dependency property on this instance of a DependencyObject. (inherited from DependencyObject) |
| InvalidateProperty | Re-evaluates the effective value for the specified dependency property (inherited from DependencyObject) |
| ReadLocalValue | Returns the local value of a dependency property, if it exists. (inherited from DependencyObject) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| SetValue | Overloaded. Sets the local value of a dependency property. (inherited from DependencyObject) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| VerifyAccess | Enforces that the calling thread has access to this DispatcherObject. (inherited from DispatcherObject) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| OnPropertyChanged | Invoked whenever the effective value of any dependency property on this DependencyObject has been updated. The specific dependency property that changed is reported in the event data. (inherited from DependencyObject) |
| ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (inherited from DependencyObject) |
Reference
BeginStoryboard ClassSystem.Windows.Media.Animation Namespace
ResumeStoryboard
StopStoryboard
PauseStoryboard
SkipStoryboardToFill
SetStoryboardSpeedRatio
EventTrigger
Trigger
Other Resources
How to: Specify Handoff Behavior Between Storyboard AnimationsHow to: Control an Animation After it has Started
Animate Within a Style
Animation Overview
Animating with Storyboards Overview