Enum FlexStackJustifyContent
- Namespace
- BlazOrbit.Components.Layout
- Assembly
- BlazOrbit.dll
Maps to CSS justify-content on the main axis.
public enum FlexStackJustifyContent
Fields
Center = 2Center on the main axis.
End = 1Pack to the end of the main axis.
SpaceAround = 4Distribute with equal space around each item.
SpaceBetween = 3Distribute with equal space between items.
SpaceEvenly = 5Distribute with equal space between and around items.
Start = 0Pack to the start of the main axis.