Clock.Controller Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.