Timeline.RepeatBehavior property

This topic has not yet been rated - Rate this topic

Gets or sets the repeating behavior of this timeline.

Syntax


public RepeatBehavior RepeatBehavior { get; set; }


<timeline RepeatBehavior="repeatBehaviorValue"/>

XAML Values

repeatBehaviorValue

A RepeatBehavior expressed as a string. This can be an iteration count or a timespan string. For more information, see RepeatBehavior.

Property value

Type: RepeatBehavior

An iteration Count that specifies the number of times the timeline should play, a TimeSpan value that specifies the total length of this timeline's active period, or the special value Forever, which specifies that the timeline should repeat indefinitely. The default value is a RepeatBehavior with a Count value of 1, which indicates that the timeline plays once.

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.