fix: fix a comment.

This commit is contained in:
rabbitism
2024-12-17 20:29:30 +08:00
parent 98a9008044
commit 7a364ff6b3

View File

@@ -18,7 +18,7 @@ public class Marquee : ContentControl
nameof(IsRunning), true); nameof(IsRunning), true);
/// <summary> /// <summary>
/// Defines the <see cref="MarqueeMode" /> property. /// Defines the <see cref="Direction" /> property.
/// </summary> /// </summary>
public static readonly StyledProperty<Direction> DirectionProperty = AvaloniaProperty.Register<Marquee, Direction>( public static readonly StyledProperty<Direction> DirectionProperty = AvaloniaProperty.Register<Marquee, Direction>(
nameof(Direction)); nameof(Direction));