Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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