Enum Adornment
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Specifies the position of an adornment in a field.
public enum Adornment
- Extension Methods
Fields
End = 2
The adornment is placed at the end of the field.
None = 0
No adornment is displayed.
Start = 1
The adornment is placed at the start of the field.
Remarks
Adornments can be placed at the start or end of a field, or not displayed at all.