AnimationTimeline::GetNaturalDurationCore Method (Clock^)
.NET Framework (current version)
Returns the length of a single iteration of this AnimationTimeline.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- clock
-
Type:
System.Windows.Media.Animation::Clock^
The clock that was created for this AnimationTimeline.
Return Value
Type: System.Windows::DurationThe animation's natural duration. This method always returns a Duration of 1 second.
This method provides the implementation for GetNaturalDuration and should not be called directly from your code.
Notes to Implementers:
This method should be implemented by classes that need to provide a custom natural Duration when the Duration property is set to Automatic. If the natural duration cannot be determined, this method should return Automatic.
.NET Framework
Available since 3.0
Available since 3.0
Show: