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