Enum HorizontalAlignment
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
The position of a component relative to its container.
public enum HorizontalAlignment
- Extension Methods
Fields
Center = 0The component is horizontally centered.
End = 4The component is aligned based on Right-to-Left (RTL) settings.
Left = 1The component is aligned to the left.
Right = 2The component is aligned to the right.
Start = 3The component is aligned based on Right-to-Left (RTL) settings.