Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
Storyboard Class
 Storyboard Members

  Switch on low bandwidth view
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
Storyboard Members

A container timeline that provides object and property targeting information for its child animations.

The Storyboard type exposes the following members.

  NameDescription
Public methodStoryboard Initializes a new instance of the Storyboard class.
Top
  NameDescription
Protected methodAddChild Adds a child Timeline to this TimelineGroup. (Inherited from TimelineGroup.)
Protected methodAddText Adds a text string as a child of this Timeline. (Inherited from TimelineGroup.)
Protected methodAllocateClock Creates a type-specific clock for this timeline. (Inherited from TimelineGroup.)
Public methodApplyAnimationClockOverloaded. Animates the specified DependencyProperty using the specified AnimationClock.
Public methodBeginOverloaded. Initiates the set of animations associated with this Storyboard.
Public methodBeginAnimationOverloaded. Applies an animation to the specified DependencyProperty.
Public methodCheckAccess Determines whether the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject.)
Public methodClearValueOverloaded. Clears the local value of a property.
Public methodClone Creates a modifiable clone of this Storyboard, making deep copies of this object's values. When copying dependency properties, this method copies resource references and data bindings (but they might no longer resolve) but not animations or their current values.
Protected methodCloneCore Makes the instance a clone (deep copy) of the specified Freezable using base (non-animated) property values. (Inherited from Freezable.)
Public methodCloneCurrentValue Creates a modifiable clone of this ParallelTimeline object, making deep copies of this object's current values. Resource references, data bindings, and animations are not copied, but their current values are. (Inherited from ParallelTimeline.)
Protected methodCloneCurrentValueCore Makes the instance a modifiable clone (deep copy) of the specified Freezable using current property values. (Inherited from Freezable.)
Public methodCoerceValue Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject. (Inherited from DependencyObject.)
Public methodCreateClockOverloaded. Creates a Clock from this Timeline.
Protected methodCreateInstance Initializes a new instance of the Freezable class. (Inherited from Freezable.)
Protected methodCreateInstanceCore Creates a new instance of the Storyboard class. (Overrides ParallelTimeline..::.CreateInstanceCore()()().)
Public methodEquals Determines whether a provided DependencyObject is equivalent to the current DependencyObject. (Inherited from DependencyObject.)
Protected methodFinalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodFreeze Makes the current object unmodifiable and sets its IsFrozen property to true. (Inherited from Freezable.)
Protected methodFreezeCore Makes this Timeline unmodifiable or determines whether it can be made unmodifiable. (Inherited from Timeline.)
Public methodGetAnimationBaseValue Returns the non-animated value of the specified DependencyProperty. (Inherited from Animatable.)
Public methodGetAsFrozen Creates a frozen copy of the Freezable, using base (non-animated) property values. Because the copy is frozen, any frozen sub-objects are copied by reference. (Inherited from Freezable.)
Protected methodGetAsFrozenCore Makes this instance a clone of the specified Timeline object. (Inherited from Timeline.)
Public methodGetCurrentGlobalSpeedOverloaded. Retrieves the CurrentGlobalSpeed of the Clock that was created for this Storyboard.
Public methodGetCurrentIterationOverloaded. Retrieves the CurrentIteration of the Clock that was created for this Storyboard.
Public methodGetCurrentProgressOverloaded. Retrieves the CurrentProgress of the Clock that was created for this Storyboard.
Public methodGetCurrentStateOverloaded. Retrieves the CurrentState of the Clock that was created for this Storyboard.
Public methodGetCurrentTimeOverloaded. Retrieves the CurrentTime of the Clock that was created for this Storyboard.
Public methodGetCurrentValueAsFrozen Creates a frozen copy of the Freezable using current property values. Because the copy is frozen, any frozen sub-objects are copied by reference. (Inherited from Freezable.)
Protected methodGetCurrentValueAsFrozenCore Makes this instance a frozen clone of the specified Timeline. Resource references, data bindings, and animations are not copied, but their current values are. (Inherited from Timeline.)
Public methodGetHashCode Gets a hash code for this DependencyObject. (Inherited from DependencyObject.)
Public methodGetIsPausedOverloaded. Retrieves a value that indicates whether the Clock that was created for this Storyboard is paused.
Public methodGetLocalValueEnumerator Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. (Inherited from DependencyObject.)
Protected methodGetNaturalDuration Returns the length of a single iteration of this Timeline. (Inherited from Timeline.)
Protected methodGetNaturalDurationCore Return the natural duration (duration of a single iteration) from a specified Clock. (Inherited from ParallelTimeline.)
Public methodStatic memberGetTarget Retrieves the Target value of the specified Timeline.
Public methodStatic memberGetTargetName Retrieves the TargetName value of the specified Timeline.
Public methodStatic memberGetTargetProperty Retrieves the TargetProperty value of the specified Timeline.
Public methodGetType Gets the Type of the current instance. (Inherited from Object.)
Public methodGetValue Returns the current effective value of a dependency property on this instance of a DependencyObject. (Inherited from DependencyObject.)
Public methodInvalidateProperty Re-evaluates the effective value for the specified dependency property (Inherited from DependencyObject.)
Protected methodMemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected methodOnChanged Called when the current Freezable object is modified. (Inherited from Freezable.)
Protected methodOnFreezablePropertyChangedOverloaded. Ensures that appropriate context pointers are established for a data member of type DependencyObject that has just been modified.
Protected methodOnPropertyChanged Overrides the DependencyObject implementation of OnPropertyChanged to also invoke any Changed handlers in response to a changing dependency property of type Freezable. (Inherited from Freezable.)
Public methodPauseOverloaded. Pauses the Clock that was created for this Storyboard.
Public methodReadLocalValue Returns the local value of a dependency property, if it exists. (Inherited from DependencyObject.)
Protected methodReadPreamble Ensures that the Freezable is being accessed from a valid thread. Inheritors of Freezable must call this method at the beginning of any API that reads data members that are not dependency properties. (Inherited from Freezable.)
Public methodRemoveOverloaded. Removes the Clock objects that were created for this Storyboard. Animations that belong to this Storyboard no longer affect the properties they once animated, regardless of their FillBehavior setting.
Public methodResumeOverloaded. Resumes the Clock that was created for this Storyboard.
Public methodSeekOverloaded. Seeks this Storyboard to a new position when the next clock tick occurs.
Public methodSeekAlignedToLastTickOverloaded. Seeks this Storyboard to a new position immediately (synchronously).
Public methodSetSpeedRatioOverloaded. Sets the interactive speed ratio for the Clock that was created for this Storyboard.
Public methodStatic memberSetTarget Makes the specified Timeline target the dependency object.
Public methodStatic memberSetTargetName Makes the specified Timeline target the dependency object with the specified name.
Public methodStatic memberSetTargetProperty Makes the specified Timeline target the specified dependency property.
Public methodSetValueOverloaded. Sets the local value of a dependency property.
Protected methodShouldSerializeProperty Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from DependencyObject.)
Public methodSkipToFillOverloaded. Advances the current time of this storyboard's Clock to the end of its active period.
Public methodStopOverloaded. Stops the Clock that was created for this Storyboard.
Public methodToString Returns a String that represents the current Object. (Inherited from Object.)
Public methodVerifyAccess Enforces that the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject.)
Protected methodWritePostscript Raises the Changed event for the Freezable and invokes its OnChanged method. Classes that derive from Freezable should call this method at the end of any API that modifies class members that are not stored as dependency properties. (Inherited from Freezable.)
Protected methodWritePreamble Verifies that the Freezable is not frozen and that it is being accessed from a valid threading context. Freezable inheritors should call this method at the beginning of any API that writes to data members that are not dependency properties. (Inherited from Freezable.)
Top
  NameDescription
Public fieldStatic memberTargetNameProperty Identifies the TargetName attached property.
Public fieldStatic memberTargetProperty Identifies the Target attached property.
Public fieldStatic memberTargetPropertyProperty Identifies the TargetProperty attached property.
Top
  NameDescription
Public propertyAccelerationRatio Gets or sets a value specifying the percentage of the timeline's Duration spent accelerating the passage of time from zero to its maximum rate. This is a dependency property. (Inherited from Timeline.)
Public propertyAutoReverse Gets or sets a value that indicates whether the timeline plays in reverse after it completes a forward iteration. This is a dependency property. (Inherited from Timeline.)
Public propertyBeginTime Gets or sets the time at which this Timeline should begin. This is a dependency property. (Inherited from Timeline.)
Public propertyCanFreeze Gets a value that indicates whether the object can be made unmodifiable. (Inherited from Freezable.)
Public propertyChildren Gets or sets the collection of direct child Timeline objects of the TimelineGroup. This is a dependency property. (Inherited from TimelineGroup.)
Public propertyDecelerationRatio Gets or sets a value specifying the percentage of the timeline's Duration spent decelerating the passage of time from its maximum rate to zero. This is a dependency property. (Inherited from Timeline.)
Public propertyDependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. (Inherited from DependencyObject.)
Public propertyDispatcher Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.)
Public propertyDuration Gets or sets the length of time for which this timeline plays, not counting repetitions. This is a dependency property. (Inherited from Timeline.)
Public propertyFillBehavior Gets or sets a value that specifies how the Timeline behaves after it reaches the end of its active period. This is a dependency property. (Inherited from Timeline.)
Public propertyHasAnimatedProperties Gets a value that indicates whether one or more AnimationClock objects is associated with any of this object's dependency properties. (Inherited from Animatable.)
Public propertyIsFrozen Gets a value that indicates whether the object is currently modifiable. (Inherited from Freezable.)
Public propertyIsSealed Gets a value that declares whether this instance is currently read-only. (Inherited from DependencyObject.)
Public propertyName Gets or sets the name of this Timeline. (Inherited from Timeline.)
Public propertyRepeatBehavior Gets or sets the repeating behavior of this timeline. This is a dependency property. (Inherited from Timeline.)
Public propertySlipBehavior Gets or sets a value that specifies how this timeline will behave when one or more of its Timeline children slips. This is a dependency property. (Inherited from ParallelTimeline.)
Public propertySpeedRatio Gets or sets the rate, relative to its parent, at which time progresses for this Timeline. This is a dependency property. (Inherited from Timeline.)
Top
  NameDescription
Public attached propertyTarget Gets or sets the object that should be animated.
Public attached propertyTargetName Gets or sets the name of the object to animate. The object must be a FrameworkElement, FrameworkContentElement, or Freezable.
Public attached propertyTargetProperty Gets or sets the property that should be animated.
Top
  NameDescription
Public eventChanged Occurs when the Freezable or an object it contains is modified. (Inherited from Freezable.)
Public eventCompleted Occurs when this timeline has completely finished playing: it will no longer enter its active period. (Inherited from Timeline.)
Public eventCurrentGlobalSpeedInvalidated Occurs when the rate at which time progresses for the timeline's clock changes. (Inherited from Timeline.)
Public eventCurrentStateInvalidated Occurs when the CurrentState property of the timeline's Clock is updated. (Inherited from Timeline.)
Public eventCurrentTimeInvalidated Occurs when the CurrentTime property of the timeline's Clock is updated. (Inherited from Timeline.)
Public eventRemoveRequested Occurs when the clock created for this timeline or one of its parent timelines is removed. (Inherited from Timeline.)
Top
  NameDescription
Explicit interface implemetationPrivate methodIAddChild..::.AddChild This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. (Inherited from TimelineGroup.)
Explicit interface implemetationPrivate methodIAddChild..::.AddText This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. (Inherited from TimelineGroup.)
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker