TransitionCompletedEventArgsHasRunToCompletion Property

Gets whether the transition ran to completion. If false, the transition may have completed instantly or been cancelled.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public bool HasRunToCompletion { get; }

Property Value

Boolean

See Also