RepeatBehavior.Duration Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the total length of time a Timeline should play.
Assembly: System.Windows (in System.Windows.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | This RepeatBehavior describes an iteration count, not a repeat duration. |
To avoid throwing an exception when accessing this property, use the HasDuration property first to verify that the RepeatBehavior represents a repeat duration.
For more information about making a timeline repeat, see Timeline.RepeatBehavior.