AnimationTimeline Properties
.NET Framework 4
The AnimationTimeline type exposes the following members.
| 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 the 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 indicates whether this instance is currently sealed (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. |