RepeatBehavior.Duration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.