HasRunToCompletion 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)
- C#
- VB
- F#
public bool HasRunToCompletion { get; }
Public ReadOnly Property HasRunToCompletion As Boolean
Get
member HasRunToCompletion : bool with get
Property Value
BooleanSee Also
Reference
TransitionCompletedEventArgs Class
Avalonia.Controls Namespace