Clock Constructor (Timeline^)

 

Initializes a new instance of the Clock class, using the specified Timeline as a template. The new Clock object has no children.

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

public protected:
Clock(
	Timeline^ timeline
)

Parameters

timeline
Type: System.Windows.Media.Animation::Timeline^

The Timeline from which this clock should be constructed. Clocks are not created for any child Timeline objects, if they exist.

.NET Framework
Available since 3.0
Return to top
Show: