FlexJustify
EnumSpecifies how free space is distributed along the main axis.
Namespace:
RazorConsole.Core.RenderablesAssembly:
RazorConsole.CoreDefinition
public enum FlexJustifyFields
6| Name | Type | Description |
|---|---|---|
Center | FlexJustify | Items are centered along the main axis. |
End | FlexJustify | Items are packed toward the end of the main axis. |
SpaceAround | FlexJustify | Items are evenly distributed with equal space around each item. |
SpaceBetween | FlexJustify | Items are evenly distributed; first item is at the start, last item is at the end. |
SpaceEvenly | FlexJustify | Items are evenly distributed with equal space between and at the edges. |
Start | FlexJustify | Items are packed toward the start of the main axis. |