Browse Source

seealso comment after sumary.

pull/2453/head
Dan Walmsley 7 years ago
parent
commit
f4f2490c84
  1. 3
      src/Avalonia.Controls/Notifications/WindowNotificationManager.cs

3
src/Avalonia.Controls/Notifications/WindowNotificationManager.cs

@ -25,8 +25,9 @@ namespace Avalonia.Controls.Notifications
AvaloniaProperty.Register<WindowNotificationManager, NotificationPosition>(nameof(Position), NotificationPosition.TopRight);
/// <summary>
/// Defines which corner of the screen notifications can be displayed in. <seealso cref="NotificationPosition"/>.
/// Defines which corner of the screen notifications can be displayed in.
/// </summary>
/// <seealso cref="NotificationPosition"/>
public NotificationPosition Position
{
get { return GetValue(PositionProperty); }

Loading…
Cancel
Save