Clock.CurrentState 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.
public:
property System::Windows::Media::Animation::ClockState CurrentState { System::Windows::Media::Animation::ClockState get(); };
public System.Windows.Media.Animation.ClockState CurrentState { get; }
member this.CurrentState : System.Windows.Media.Animation.ClockState
Public ReadOnly Property CurrentState As ClockState
Valeur de propriété
État actuel de l’horloge : Active, Filling ou Stopped.
Remarques
Notez que la propriété de l’horloge CurrentState ne vous indique pas si elle est en pause. Pour déterminer si une horloge est suspendue, utilisez la IsPaused propriété .
Se CurrentStateInvalidated produit chaque fois que la valeur de cette propriété change.