Enum ToastPosition
The positioning of native toast windows.
Assembly: Dalamud.dll
View Source
Declaration
public enum ToastPosition : byte
Fields
Bottom
The toast will be towards the bottom.
View Source
Declaration
Bottom = 0
Top
The toast will be towards the top.
View Source
Declaration
Top = 1
Extension Methods
- System.Enum.Dalamud.Utility.EnumExtensions.GetAttribute``1
- System.Enum.Dalamud.Utility.EnumExtensions.GetAttributes``1
- Dalamud.Utility.EnumExtensions.IsObsolete(System.Enum)