Enum NotificationPosition
- Namespace
- Avalonia.Controls.Notifications
- Assembly
- Avalonia.Controls.dll
Describes the possible positions for Notifications that are displayed by a WindowNotificationManager.
public enum NotificationPosition
Fields
BottomCenter = 5
BottomLeft = 2
BottomRight = 3
TopCenter = 4
TopLeft = 0
TopRight = 1