Table of Contents

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 = 4

Anchored to the bottom-center of the screen.

BottomLeft = 2

Anchored to the bottom-left corner.

BottomRight = 0

Anchored to the bottom-right corner.

TopLeft = 3

Anchored to the top-left corner.

TopRight = 1

Anchored to the top-right corner.