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) Version: 11.3.999
public enum NotificationPosition

Members

TopLeft0 
TopRight1 
BottomLeft2 
BottomRight3 
TopCenter4 
BottomCenter5 

See Also