HtmlForgeX

API Reference

Enum

TablerToastPosition

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

TablerToastPosition enumeration.

Inheritance

  • Enum
  • TablerToastPosition

Values

public const TablerToastPosition TopLeft #

Display the toast in the top left corner.

Value: 0
public const TablerToastPosition TopCenter #

Display the toast in the top center of the screen.

Value: 1
public const TablerToastPosition TopRight #

Display the toast in the top right corner.

Value: 2
public const TablerToastPosition BottomLeft #

Display the toast in the bottom left corner.

Value: 3
public const TablerToastPosition BottomCenter #

Display the toast in the bottom center of the screen.

Value: 4
public const TablerToastPosition BottomRight #

Display the toast in the bottom right corner.

Value: 5