AnimationTimeline Members
.NET Framework 3.0
Defines a segment of time over which output values are produced. These values are used to animate a target property.
The following tables list the members exposed by the AnimationTimeline type.
| Name | Description | |
|---|---|---|
| IsAdditiveProperty | Identifies the IsAdditive dependency property. |
| IsCumulativeProperty | Identifies the IsCumulative dependency property. |
| Name | Description | |
|---|---|---|
| AccelerationRatio | 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. (inherited from Timeline) |
| AutoReverse | Gets or sets a value that indicates whether the timeline plays in reverse after it completes a forward iteration. (inherited from Timeline) |
| BeginTime | Gets or sets the time at which this Timeline should begin. (inherited from Timeline) |
| CanFreeze | Gets a value that indicates whether this object can be made unmodifiable. (inherited from Freezable) |
| DecelerationRatio | 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.(inherited from Timeline) |
| 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) |
| Duration | Gets or sets the length of time for which this timeline plays, not counting repetitions. (inherited from Timeline) |
| FillBehavior | Gets or sets a value that specifies how the Timeline behaves after it reaches the end of its active period. (inherited from Timeline) |
| HasAnimatedProperties | Gets a value that indicates whether one or more AnimationClock objects is associated with any of this object's dependency properties.(inherited from Animatable) |
| IsDestinationDefault | Gets a value that indicates whether this animation uses the defaultDestinationValue parameter of the GetCurrentValue method as its destination value. |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. (inherited from Freezable) |
| IsSealed | Gets a value that declares whether this instance is currently read-only.(inherited from DependencyObject) |
| Name | Gets or sets the name of this Timeline. (inherited from Timeline) |
| RepeatBehavior | Gets or sets the repeating behavior of this timeline. (inherited from Timeline) |
| SpeedRatio | Gets or sets the rate, relative to its parent, at which time progresses for this Timeline. (inherited from Timeline) |
| TargetPropertyType | When overridden in a derived class, gets the Type of property that can be animated. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| ApplyAnimationClock | Overloaded. Animates the specified DependencyProperty using the specified AnimationClock. (inherited from Animatable) |
| BeginAnimation | Overloaded. Applies an animation to the specified DependencyProperty. (inherited from Animatable) |
| 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) |
| Clone | Creates a modifiable clone of this AnimationTimeline, 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. |
| CloneCurrentValue | Creates a modifiable clone of this Timeline 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 Timeline) |
| 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) |
| CreateClock | Overloaded. Creates a new Clock from this AnimationTimeline. |
| Equals | Overloaded. Determines whether a provided DependencyObject is equivalent to the current DependencyObject. (inherited from DependencyObject) |
| Freeze | Overloaded. Makes a Freezable unmodifiable and sets its IsFrozen property to true, or determines whether the specified Freezable can be made unmodifiable. (inherited from Freezable) |
| GetAnimationBaseValue | Returns the non-animated value of the specified DependencyProperty. (inherited from Animatable) |
| GetAsFrozen | Creates a frozen copy of this Freezable , using base (non-animated) property values. Because the copy is frozen, any frozen sub-objects are copied by reference. (inherited from Freezable) |
| GetCurrentValue | Gets the current value of the animation. |
| GetCurrentValueAsFrozen | Creates a frozen copy of this Freezable , using current property values. Because the copy is frozen, any frozen sub-objects are copied by reference. (inherited from Freezable) |
| GetDesiredFrameRate | Gets the desired frame rate of the specified Timeline. (inherited from Timeline) |
| 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) |
| SetDesiredFrameRate | Sets the desired frame rate of the specified Timeline. (inherited from Timeline) |
| SetValue | Overloaded. Sets the local value of a dependency property. (inherited from DependencyObject) |
| ShouldSerializeStoredWeakReference | This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. (inherited from Animatable) |
| 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 | |
|---|---|---|
| AllocateClock | Overridden. Creates a Clock for this AnimationTimeline. |
| CloneCore | Makes this instance a clone (deep copy) of the specified Freezable using base (non-animated) property values. (inherited from Freezable) |
| CloneCurrentValueCore | Makes this instance a modifiable clone (deep copy) of the specified Freezable using current property values. (inherited from Freezable) |
| CreateInstance | Initializes a new instance of the Freezable class. (inherited from Freezable) |
| CreateInstanceCore | When implemented in a derived class, creates a new instance of that Freezable subclass. (inherited from Freezable) |
| 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) |
| Freeze | Overloaded. Makes a Freezable unmodifiable and sets its IsFrozen property to true, or determines whether the specified Freezable can be made unmodifiable. (inherited from Freezable) |
| FreezeCore | Makes this Timeline unmodifiable or determines whether it can be made unmodifiable. (inherited from Timeline) |
| GetAsFrozenCore | Makes this instance a clone of the specified Timeline object. (inherited from Timeline) |
| GetCurrentValueAsFrozenCore | 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) |
| GetNaturalDuration | Returns the length of a single iteration of this Timeline. (inherited from Timeline) |
| GetNaturalDurationCore | Overridden. Returns the length of a single iteration of this AnimationTimeline. |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| OnChanged | Called when the current Freezable object is modified. (inherited from Freezable) |
| OnFreezablePropertyChanged | Overloaded. Ensures that appropriate context pointers are established for a data member of type DependencyObject that has just been modified. (inherited from Freezable) |
| OnPropertyChanged | Overrides the DependencyObject implementation of OnPropertyChanged to also invoke any Changed handlers in response to a dependency property of type Freezable changing. (inherited from Freezable) |
| ReadPreamble | Ensures that this Freezable is being accessed from a valid thread. Implementers of Freezable must call this method at the beginning of any API that reads data members that are not dependency properties. (inherited from Freezable) |
| ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (inherited from DependencyObject) |
| WritePostscript | Raises the Changed event for this 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) |
| WritePreamble | Verifies that the Freezable is not frozen and that it is being accessed from a valid threading context. Freezable implementers should call this method at the beginning of any API that writes to data members that are not dependency properties. (inherited from Freezable) |
| Name | Description | |
|---|---|---|
| Changed | Occurs when this Freezable or an object it contains is modified. (inherited from Freezable) |
| Completed | Occurs when this timeline has completely finished playing: it will no longer enter its active period. (inherited from Timeline) |
| CurrentGlobalSpeedInvalidated | Occurs when the rate at which time progresses for the timeline's clock changes.(inherited from Timeline) |
| CurrentStateInvalidated | Occurs when the CurrentState property of the timeline's Clock is updated.(inherited from Timeline) |
| CurrentTimeInvalidated | Occurs when the CurrentTime property of the timeline's Clock is updated.(inherited from Timeline) |
| RemoveRequested | Occurs when the clock created for this timeline or one of its parent timelines is removed.(inherited from Timeline) |