Browse Source

PageSlide.cs documentation error fix (#13673)

Orientation was mislabeled as duration
pull/13677/head
Tamnac 2 years ago
committed by GitHub
parent
commit
00395af3a3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Avalonia.Base/Animation/PageSlide.cs

2
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; }

Loading…
Cancel
Save