PageTransitions Property
Gets or sets the transitions to be executed. Can be defined from XAML.
Definition
Namespace: Avalonia.Animation
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
[ContentAttribute]
public List<IPageTransition> PageTransitions { get; set; }
<ContentAttribute>
Public Property PageTransitions As List(Of IPageTransition)
Get
Set
[<ContentAttribute>]
member PageTransitions : List<IPageTransition> with get, set