From 00395af3a31dc3c7aca0c68e9b2796942e1de08e Mon Sep 17 00:00:00 2001 From: Tamnac <49466795+Tamnac@users.noreply.github.com> Date: Mon, 20 Nov 2023 17:15:23 -0800 Subject: [PATCH] PageSlide.cs documentation error fix (#13673) Orientation was mislabeled as duration --- src/Avalonia.Base/Animation/PageSlide.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Avalonia.Base/Animation/PageSlide.cs b/src/Avalonia.Base/Animation/PageSlide.cs index f388de5794..402f57885f 100644 --- a/src/Avalonia.Base/Animation/PageSlide.cs +++ b/src/Avalonia.Base/Animation/PageSlide.cs @@ -47,7 +47,7 @@ namespace Avalonia.Animation public TimeSpan Duration { get; set; } /// - /// Gets the duration of the animation. + /// Gets the orientation of the animation. /// public SlideAxis Orientation { get; set; }