Timeline.AutoReverse Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether the timeline plays in reverse after it completes a forward iteration.
public:
property bool AutoReverse { bool get(); void set(bool value); };
bool AutoReverse();
void AutoReverse(bool value);
public bool AutoReverse { get; set; }
var boolean = timeline.autoReverse;
timeline.autoReverse = boolean;
Public Property AutoReverse As Boolean
<object AutoReverse="bool"/>
Property Value
Boolean
bool
true if the timeline plays in reverse at the end of each iteration; otherwise, false. The default value is false.