Browse Source
PageSlide.cs documentation error fix (#13673)
Orientation was mislabeled as duration
pull/13677/head
Tamnac
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Avalonia.Base/Animation/PageSlide.cs
|
|
|
@ -47,7 +47,7 @@ namespace Avalonia.Animation |
|
|
|
public TimeSpan Duration { get; set; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Gets the duration of the animation.
|
|
|
|
/// Gets the orientation of the animation.
|
|
|
|
/// </summary>
|
|
|
|
public SlideAxis Orientation { get; set; } |
|
|
|
|
|
|
|
|