AutoReverse
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets or sets a value that indicates whether the timeline plays in reverse after it completes a forward iteration.
<object AutoReverse="Boolean" .../>
value = object.AutoReverse
object.AutoReverse = value
Property Value
Type: 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.