AutoReverse Property

Gets or sets a value that indicates whether the timeline plays in reverse after it completes a forward iteration.

XAML
<object AutoReverse="Boolean" .../>
Scripting
value = object.AutoReverse
object.AutoReverse = value

Property Value

Boolean

true if the timeline plays in reverse at the end of each iteration; otherwise, false.

This property is read/write. The default value is false.

Remarks

If the AutoReverse property is set to true, the timeline plays for twice the length of time specified by its Duration property.

Applies To

ColorAnimation, ColorAnimationUsingKeyFrames, DoubleAnimation, DoubleAnimationUsingKeyFrames, PointAnimation, PointAnimationUsingKeyFrames, Storyboard

See Also

Animation Overview