Clock::NaturalDuration Property

 

Gets the natural duration of this clock's Timeline.

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

public:
property Duration NaturalDuration {
	Duration get();
}

Property Value

Type: System.Windows::Duration

The natural duration of this clock, as determined by its Timeline.

For more information about natural duration, see the Timeline::GetNaturalDuration method.

.NET Framework
Available since 3.0
Return to top
Show: