CompositePageTransition.

PageTransitions Property

Summary

Gets or sets the transitions to be executed. Can be defined from XAML.
Namespace
Avalonia.Animation
Containing Type
CompositePageTransition

Syntax

[Content]
public List<IPageTransition> PageTransitions { get; set; }

Attributes

Type Description
ContentAttribute Defines the property that contains the object's content in markup.

Value

Type Description
List<IPageTransition>