Timeline.AutoReverse Property

Definition

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.

Applies to