Clock(Timeline) Constructeur

Définition

Initialise une nouvelle instance de la classe Clock à l'aide du Timeline spécifié en tant que modèle. Le nouvel objet Clock n'a pas d'enfants.

protected public:
 Clock(System::Windows::Media::Animation::Timeline ^ timeline);
protected internal Clock (System.Windows.Media.Animation.Timeline timeline);
new System.Windows.Media.Animation.Clock : System.Windows.Media.Animation.Timeline -> System.Windows.Media.Animation.Clock
Protected Friend Sub New (timeline As Timeline)

Paramètres

timeline
Timeline

Timeline à partir duquel cette horloge doit être construite. Des horloges ne sont pas créées pour tous les objets Timeline enfants, le cas échéant.

S’applique à