Timeline Properties
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| DesiredFrameRate | Gets or sets the desired frame rate for this timeline and its child timelines. |
| 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. |
| AutoReverse | Gets or sets a value that indicates whether the timeline plays in reverse after it completes a forward iteration. |
| BeginTime | Gets or sets the time at which this Timeline should begin. |
| 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. |
| 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. |
| FillBehavior | Gets or sets a value that specifies how the Timeline behaves after it reaches the end of its active period. |
| 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) |
| 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. |
| RepeatBehavior | Gets or sets the repeating behavior of this timeline. |
| SpeedRatio | Gets or sets the rate, relative to its parent, at which time progresses for this Timeline. |