AnimationTimeline.CreateClock Metod

Definition

Skapar en ny AnimationClock från den här AnimationTimeline.

public:
 System::Windows::Media::Animation::AnimationClock ^ CreateClock();
public System.Windows.Media.Animation.AnimationClock CreateClock();
override this.CreateClock : unit -> System.Windows.Media.Animation.AnimationClock
Public Function CreateClock () As AnimationClock

Returer

En ny klocka som skapats från den här AnimationTimeline.

Kommentarer

Den här metoden skuggar den ärvda Timeline.CreateClock metoden med en typsäker implementering.

Gäller för

Se även