Enum Justify
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Specifies the distribution of children within a flex container along the main axis.
public enum Justify
- Extension Methods
Fields
Center = 1
FlexEnd = 2
FlexStart = 0
SpaceAround = 4
SpaceBetween = 3
SpaceEvenly = 5