AnimationTimeline::CreateClock Method ()

 

Creates a new AnimationClock from this AnimationTimeline.

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

public:
AnimationClock^ CreateClock()

Return Value

Type: System.Windows.Media.Animation::AnimationClock^

A new clock, created from this AnimationTimeline.

This method shadows the inherited Timeline::CreateClock method with a type-safe implementation.

.NET Framework
Available since 3.0
Return to top
Show: