Timeline.AutoReverse property

This topic has not yet been rated - Rate this topic

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

Syntax


public bool AutoReverse { get; set; }


<object AutoReverse="bool"/>

Property value

Type: System.Boolean [.NET] | Platform::Boolean [C++]

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

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Media.Animation
Windows::UI::Xaml::Media::Animation [C++]

Metadata

Windows.winmd

See also

Timeline

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.