Table of Contents

Enum HorizontalAlignment

Namespace
MudBlazor
Assembly
MudBlazor.dll

The position of a component relative to its container.

public enum HorizontalAlignment
Extension Methods

Fields

Center = 0

The component is horizontally centered.

End = 4

The component is aligned based on Right-to-Left (RTL) settings.

Left = 1

The component is aligned to the left.

Right = 2

The component is aligned to the right.

Start = 3

The component is aligned based on Right-to-Left (RTL) settings.