Clock.CurrentState Proprietà
Definizione
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
Valore della proprietà
Stato corrente dell'orologio: Active, Filling o Stopped.The current state of the clock: Active, Filling, or Stopped.
Commenti
Si noti che la CurrentState Proprietà Clock non indica se è sospesa.Note the clock's CurrentState property doesn't tell you whether it's paused. Per determinare se un clock è sospeso, utilizzare la IsPaused Proprietà.To determine whether a clock is paused, use the IsPaused property.
L'oggetto CurrentStateInvalidated si verifica ogni volta che il valore di questa proprietà viene modificato.The CurrentStateInvalidated occurs whenever the value of this property changes.