Timeline
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Defines a segment of time as an abstract basis for animations.
Syntax Notes
See Derived Objects for syntax information.
Derived Objects
ColorAnimation, ColorAnimationUsingKeyFrames, DoubleAnimation, DoubleAnimationUsingKeyFrames, PointAnimation, PointAnimationUsingKeyFrames, Storyboard
Properties
AutoReverse, BeginTime, Duration (Timeline), FillBehavior, Name (DependencyObject), RepeatBehavior (Timeline), SpeedRatio, Storyboard.TargetName, Storyboard.TargetProperty
Remarks
For XAML syntaxes that take a Timeline, you need to specify a nonabstract derived type of Timeline as an object element. A Timeline obtained in script will always be an instance of one of these derived types. For more information, see the XAML syntax on the reference pages for Storyboard, ColorAnimation, ColorAnimationUsingKeyFrames, DoubleAnimation, DoubleAnimationUsingKeyFrames, PointAnimation, and PointAnimationUsingKeyFrames.