Table of Contents

Enum Justify

Namespace
MudBlazor
Assembly
MudBlazor.dll

The horizontal distribution of child items in a MudStack component.

public enum Justify
Extension Methods

Fields

Center = 1

Items are centered horizontally.

FlexEnd = 2

Items are aligned to the end of the MudStack.

FlexStart = 0

Items are aligned to the start of the MudStack.

SpaceAround = 4

Space is applied between each item, with additional spacing for the first and last item.

SpaceBetween = 3

Space is applied between each item, with items aligned against the start and end.

SpaceEvenly = 5

Space is applied evenly between each item, including the edges of the first and last item.