RepeatBehavior.Duration Property

Definition

Gets the total length of time a Timeline should play.

public:
 property TimeSpan Duration { TimeSpan get(); };
public TimeSpan Duration { get; }
member this.Duration : TimeSpan
Public ReadOnly Property Duration As TimeSpan

Property Value

The total length of time a timeline should play.

Exceptions

This RepeatBehavior does not describe a repeat duration; it describes an iteration count.

Remarks

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 the Timeline.RepeatBehavior property.

Applies to