Table of Contents

Enum AlignItems

Namespace
MudBlazor
Assembly
MudBlazor.dll

The vertical alignment applied to items in a MudStack or MudDataGrid<T>.

public enum AlignItems
Extension Methods

Fields

Baseline = 0

Items are aligned to keep text consistently aligned.

Center = 1

The center of items is aligned to the center of the container.

End = 3

The bottom edge of items are aligned to the bottom of the container.

Start = 2

The top edge of items are aligned to the top of the container.

Stretch = 4

Items will have the same height as the container.