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.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- count
- Type: System.Double
A number greater than or equal to 0 that specifies the number of iterations for an animation.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | count evaluates to infinity, a value that is not a number, or is negative. |
Show: