PageSlide.

PageSlide(TimeSpan, PageSlide.SlideAxis) Constructor

Summary

Initializes a new instance of the PageSlide class.
Namespace
Avalonia.Animation
Containing Type
PageSlide

Syntax

public PageSlide(TimeSpan duration, PageSlide.SlideAxis orientation = Horizontal)

Parameters

Name Type Description
duration TimeSpan The duration of the animation.
orientation PageSlide.SlideAxis The axis on which the animation should occur

Return Value

Type Description
void