RepeatBehavior Constructor (Double)
Collapse the table of content
Expand the table of content

RepeatBehavior Constructor (Double)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Initializes a new instance of the RepeatBehavior structure with the specified iteration count.

Namespace:  System.Windows.Media.Animation
Assembly:  System.Windows (in System.Windows.dll)

public RepeatBehavior(
	double count
)

Parameters

count
Type: System.Double
A number greater than or equal to 0 that specifies the number of iterations for an animation.

ExceptionCondition
ArgumentOutOfRangeException

count evaluates to infinity, a value that is not a number, or is negative.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft