Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
Storyboard Class
 Storyboard Members
Collapse All/Expand All Collapse All
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 methodStoryboardInitializes a new instance of the Storyboard class.
Top
  NameDescription
Protected methodAddChildAdds a child Timeline to this TimelineGroup. (Inherited from TimelineGroup.)
Protected methodAddTextAdds a text string as a child of this Timeline. (Inherited from TimelineGroup.)
Protected methodAllocateClockCreates 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 methodCheckAccessDetermines whether the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject.)
Public methodClearValueOverloaded. Clears the local value of a property.
Public methodCloneCreates 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 methodCloneCoreMakes the instance a clone (deep copy) of the specified Freezable using base (non-animated) property values. (Inherited from Freezable.)
Public methodCloneCurrentValueCreates 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 methodCloneCurrentValueCoreMakes the instance a modifiable clone (deep copy) of the specified Freezable using current property values. (Inherited from Freezable.)
Public methodCoerceValueCoerces 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 methodCreateInstanceInitializes a new instance of the Freezable class. (Inherited from Freezable.)
Protected methodCreateInstanceCoreCreates a new instance of the Storyboard class. (Overrides ParallelTimeline..::.CreateInstanceCore()()().)
Public methodEqualsDetermines whether a provided DependencyObject is equivalent to the current DependencyObject. (Inherited from DependencyObject.)
Protected methodFinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodFreezeMakes the current object unmodifiable and sets its IsFrozen property to true. (Inherited from Freezable.)
Protected methodFreezeCoreMakes this Timeline unmodifiable or determines whether it can be made unmodifiable. (Inherited from Timeline.)
Public methodGetAnimationBaseValueReturns the non-animated value of the specified DependencyProperty. (Inherited from Animatable.)
Public methodGetAsFrozenCreates 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 methodGetAsFrozenCoreMakes 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 methodGetCurrentValueAsFrozenCreates 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 methodGetCurrentValueAsFrozenCoreMakes 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 methodGetHashCodeGets 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 methodGetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. (Inherited from DependencyObject.)
Protected methodGetNaturalDurationReturns 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 memberGetTargetRetrieves the Target value of the specified Timeline.
Public methodStatic memberGetTargetNameRetrieves the TargetName value of the specified Timeline.
Public methodStatic memberGetTargetPropertyRetrieves the TargetProperty value of the specified Timeline.
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodGetValueReturns the current effective value of a dependency property on this instance of a DependencyObject. (Inherited from DependencyObject.)
Public methodInvalidatePropertyRe-evaluates the effective value for the specified dependency property (Inherited from DependencyObject.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Protected methodOnChangedCalled 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 methodOnPropertyChangedOverrides 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 methodReadLocalValueReturns the local value of a dependency property, if it exists. (Inherited from DependencyObject.)
Protected methodReadPreambleEnsures 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 memberSetTargetMakes the specified Timeline target the dependency object.
Public methodStatic memberSetTargetNameMakes the specified Timeline target the dependency object with the specified name.
Public methodStatic memberSetTargetPropertyMakes the specified Timeline target the specified dependency property.
Public methodSetValueOverloaded. Sets the local value of a dependency property.
Protected methodShouldSerializePropertyReturns 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 methodToStringReturns a String that represents the current Object. (Inherited from Object.)
Public methodVerifyAccessEnforces that the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject.)
Protected methodWritePostscriptRaises 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 methodWritePreambleVerifies 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 memberTargetNamePropertyIdentifies the TargetName attached property.
Public fieldStatic memberTargetPropertyIdentifies the Target attached property.
Public fieldStatic memberTargetPropertyPropertyIdentifies the TargetProperty attached property.
Top
  NameDescription
Public propertyAccelerationRatioGets 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 propertyAutoReverseGets 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 propertyBeginTimeGets or sets the time at which this Timeline should begin. This is a dependency property. (Inherited from Timeline.)
Public propertyCanFreezeGets a value that indicates whether the object can be made unmodifiable. (Inherited from Freezable.)
Public propertyChildrenGets or sets the collection of direct child Timeline objects of the TimelineGroup. This is a dependency property. (Inherited from TimelineGroup.)
Public propertyDecelerationRatioGets 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 propertyDependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. (Inherited from DependencyObject.)
Public propertyDispatcherGets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.)
Public propertyDurationGets or sets the length of time for which this timeline plays, not counting repetitions. This is a dependency property. (Inherited from Timeline.)
Public propertyFillBehaviorGets 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 propertyHasAnimatedPropertiesGets a value that indicates whether one or more AnimationClock objects is associated with any of this object's dependency properties. (Inherited from Animatable.)
Public propertyIsFrozenGets a value that indicates whether the object is currently modifiable. (Inherited from Freezable.)
Public propertyIsSealedGets 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 propertyRepeatBehaviorGets or sets the repeating behavior of this timeline. This is a dependency property. (Inherited from Timeline.)
Public propertySlipBehaviorGets 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 propertySpeedRatioGets 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 propertyTargetGets or sets the object that should be animated.
Public attached propertyTargetNameGets or sets the name of the object to animate. The object must be a FrameworkElement, FrameworkContentElement, or Freezable.
Public attached propertyTargetPropertyGets or sets the property that should be animated.
Top
  NameDescription
Public eventChangedOccurs when the Freezable or an object it contains is modified. (Inherited from Freezable.)
Public eventCompletedOccurs when this timeline has completely finished playing: it will no longer enter its active period. (Inherited from Timeline.)
Public eventCurrentGlobalSpeedInvalidatedOccurs when the rate at which time progresses for the timeline's clock changes. (Inherited from Timeline.)
Public eventCurrentStateInvalidatedOccurs when the CurrentState property of the timeline's Clock is updated. (Inherited from Timeline.)
Public eventCurrentTimeInvalidatedOccurs when the CurrentTime property of the timeline's Clock is updated. (Inherited from Timeline.)
Public eventRemoveRequestedOccurs when the clock created for this timeline or one of its parent timelines is removed. (Inherited from Timeline.)
Top
  NameDescription
Explicit interface implemetationPrivate methodIAddChild..::.AddChildThis 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..::.AddTextThis 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