TransitionCompletedEventArgsHasRunToCompletion Property
Gets whether the transition ran to completion.
If false, the transition may have completed instantly or been cancelled.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public bool HasRunToCompletion { get; }
Public ReadOnly Property HasRunToCompletion As Boolean
Get
member HasRunToCompletion : bool with get
Property Value
Boolean