Enum Justify
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
The horizontal distribution of child items in a MudStack component.
public enum Justify
- Extension Methods
Fields
Center = 1Items are centered horizontally.
FlexEnd = 2Items are aligned to the end of the MudStack.
FlexStart = 0Items are aligned to the start of the MudStack.
SpaceAround = 4Space is applied between each item, with additional spacing for the first and last item.
SpaceBetween = 3Space is applied between each item, with items aligned against the start and end.
SpaceEvenly = 5Space is applied evenly between each item, including the edges of the first and last item.