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 |
The axis on which the animation should occur |
Return Value
Type | Description |
---|---|
void |