Clock.Controller Propriété

Définition

Obtient un ClockController qui peut être utilisé pour démarrer, suspendre, reprendre, rechercher, ignorer, arrêter ou supprimer ce Clock.

public:
 property System::Windows::Media::Animation::ClockController ^ Controller { System::Windows::Media::Animation::ClockController ^ get(); };
public System.Windows.Media.Animation.ClockController Controller { get; }
member this.Controller : System.Windows.Media.Animation.ClockController
Public ReadOnly Property Controller As ClockController

Valeur de propriété

ClockController s’il s’agit d’une horloge racine ; sinon, null.

Remarques

Seules les horloges racines peuvent être contrôlées de manière interactive.

S’applique à

Voir aussi