fix: fix a comment.
This commit is contained in:
@@ -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));
|
||||||
|
|||||||
Reference in New Issue
Block a user