NotificationPosition Enumeration
Describes the possible positions for Notifications that are displayed by a WindowNotificationManager.
Definition
Namespace: Avalonia.Controls.Notifications
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public enum NotificationPosition
Public Enumeration NotificationPosition
type NotificationPosition
Members
| TopLeft | 0 | |
| TopRight | 1 | |
| BottomLeft | 2 | |
| BottomRight | 3 | |
| TopCenter | 4 | |
| BottomCenter | 5 |