Enum ChatArrowPosition
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
The position of the Chat Bubble Arrow
public enum ChatArrowPosition
- Extension Methods
Fields
Bottom = 2
The arrow is attached to the bottom.
Middle = 1
The arrow is attached to the middle.
None = 3
The arrow is not shown.
Top = 0
The arrow is attached to the top.