Clock.CurrentState Propriété

Définition

Obtient une valeur indiquant si l’horloge est actuellement Active, Filling ou Stopped.

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.

S’applique à

Voir aussi