RepeatBehaviorType enumeration

This topic has not yet been rated - Rate this topic

Specifies the repeat mode that a RepeatBehavior raw value represents.

Syntax


public enum RepeatBehaviorType

Attributes

VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The RepeatBehaviorType enumeration has these members.

MemberValueDescription
Count0

The RepeatBehavior represents a case where the timeline should repeat for a fixed number of complete runs.

Duration1

The RepeatBehavior represents a case where the timeline should repeat for a time duration, which might result in an animation terminating part way through.

Forever2

The RepeatBehavior represents a case where the timeline should repeat indefinitely.

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

 

 

Build date: 12/4/2012

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