4.934 Timeline

x:Object > DependencyObject > Freezable > Animatable > Timeline
Timeline
AnimationTimeline MediaTimeline TimelineGroup
(usage)
None.
(description)
Defines a segment of time.
(used by)
TimelineCollection
[is default constructible]
false
[name property]
Name
(properties)
AccelerationRatio
x:Double
(description)
A value specifying the percentage of the timeline's Duration spent accelerating the passage of time from zero to its maximum rate.
AutoReverse
x:Boolean
(description)
A value that indicates whether the timeline plays in reverse after it completes a forward iteration.
BeginTime
x:Nullable(x:TimeSpan)
(description)
The time at which this Timeline should begin.
DecelerationRatio
x:Double
(description)
A value specifying the percentage of the timeline's Duration spent decelerating the passage of time from its maximum rate to zero.
Duration
Duration
(description)
The length of time for which this timeline plays, not counting repetitions.
FillBehavior
FillBehavior
(description)
A value that specifies how the Timeline behaves after it reaches the end of its active period.
Name
x:String
(description)
The name of this Timeline.
RepeatBehavior
RepeatBehavior
(description)
The repeating behavior of this timeline.
SpeedRatio
x:Double
(description)
The rate, relative to its parent, at which time progresses for this Timeline.
(attachable properties)
Timeline.DesiredFrameRate
x:Nullable(x:Int32)
(description)
The desired frame rate for this timeline and its child timelines.
[target type]
Timeline
(events)
Completed
Occurs when this timeline has completely finished playing: it will no longer enter its active period.
CurrentGlobalSpeedInvalidated
Occurs when the rate at which time progresses for the timeline's clock changes.
CurrentStateInvalidated
Occurs when the CurrentState property of the timeline's Clock is updated.
CurrentTimeInvalidated
Occurs when the CurrentTime property of the timeline's Clock is updated.
RemoveRequested
Occurs when the clock created for this timeline or one of its parent timelines is removed.