Browse Source

Update src/Avalonia.Controls/Notifications/NotificationPosition.cs

improve xml comments

Co-Authored-By: Steven Kirk <grokys@users.noreply.github.com>
pull/2453/head
danwalmsley 7 years ago
committed by GitHub
parent
commit
917b790e8b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/Avalonia.Controls/Notifications/NotificationPosition.cs

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

@ -4,7 +4,8 @@
namespace Avalonia.Controls.Notifications
{
/// <summary>
/// Enumeration of Notifications positions.
/// Describes the possible positions for <see cref="Notification"/>s that are displayed by a
/// <see cref="WindowNotificationManager"/>.
/// </summary>
public enum NotificationPosition
{

Loading…
Cancel
Save