RepeatBehavior Constructor (TimeSpan)
[ 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 repeat duration.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- duration
- Type: System.TimeSpan
The total length of time that the Timeline should play (its active duration).
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | duration evaluates to a negative number. |
Show: