CompositePageTransitionPageTransitions 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) Version: 11.3.999
[ContentAttribute]
public List<IPageTransition> PageTransitions { get; set; }

Property Value

ListIPageTransition

See Also