Count Property
Collapse the table of content
Expand the table of content

RepeatBehavior.Count Property

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

Gets the number of times a Timeline should repeat.

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

public double Count { get; }

Property Value

Type: System.Double
The number of iterations to repeat.

ExceptionCondition
InvalidOperationException

This RepeatBehavior describes a repeat duration, not an iteration count.

To avoid throwing an exception when accessing this property, use the HasCount property first to verify that the RepeatBehavior represents an iteration count, not a repeat duration.

For more information about making a timeline repeat, see Timeline.RepeatBehavior.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft