ParallelTimeline::GetNaturalDurationCore Method (Clock^)
.NET Framework (current version)
Return the natural duration (duration of a single iteration) from a specified Clock.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- clock
-
Type:
System.Windows.Media.Animation::Clock^
The Clock to return the natural duration from.
A natural duration is the period of a single iteration. If this method returns Automatic it means that the natural duration is unknown. In this case, the NaturalDuration of the Clock is determined by the author. For example, the duration of streaming media would be determined by the provider of the streaming media.
.NET Framework
Available since 3.0
Available since 3.0
Show: