AnimationTimeline Properties
.NET Framework 3.0
| 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. |