Enum ToastPosition
- Namespace
- SharpConsoleUI.Core
- Assembly
- SharpConsoleUI.dll
Specifies where a toast notification is anchored on the screen.
public enum ToastPosition
- Extension Methods
Fields
BottomCenter = 4Anchored to the bottom-center of the screen.
BottomLeft = 2Anchored to the bottom-left corner.
BottomRight = 0Anchored to the bottom-right corner.
TopLeft = 3Anchored to the top-left corner.
TopRight = 1Anchored to the top-right corner.