Clock.CurrentState Propiedad

Definición

Obtiene un valor que indica si el reloj es actualmente Active, Filling o 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

Valor de propiedad

Estado actual del reloj: Active, Filling o Stopped.

Comentarios

Tenga en cuenta que la propiedad del CurrentState reloj no indica si está en pausa. Para determinar si un reloj está en pausa, use la IsPaused propiedad .

CurrentStateInvalidated se produce cada vez que cambia el valor de esta propiedad.

Se aplica a

Consulte también