diff --git a/src/Avalonia.Controls/Notifications/WindowNotificationManager.cs b/src/Avalonia.Controls/Notifications/WindowNotificationManager.cs index 00ee581f35..93873cbf7d 100644 --- a/src/Avalonia.Controls/Notifications/WindowNotificationManager.cs +++ b/src/Avalonia.Controls/Notifications/WindowNotificationManager.cs @@ -25,8 +25,9 @@ namespace Avalonia.Controls.Notifications AvaloniaProperty.Register(nameof(Position), NotificationPosition.TopRight); /// - /// Defines which corner of the screen notifications can be displayed in. . + /// Defines which corner of the screen notifications can be displayed in. /// + /// public NotificationPosition Position { get { return GetValue(PositionProperty); }