IsTransitionReversed Property
Gets or sets a value indicating whether the control will be animated in the reverse direction.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public bool IsTransitionReversed { get; set; }
Public Property IsTransitionReversed As Boolean
Get
Set
member IsTransitionReversed : bool with get, set
Property Value
BooleanRemarks
May not apply to all transitions.
See Also
Reference
TransitioningContentControl Class
Avalonia.Controls Namespace