FlexJustify

Enum

Specifies how free space is distributed along the main axis.

Namespace: RazorConsole.Core.Renderables
Assembly: RazorConsole.Core

Definition

public enum FlexJustify

Fields

6
NameTypeDescription
CenterFlexJustifyItems are centered along the main axis.
EndFlexJustifyItems are packed toward the end of the main axis.
SpaceAroundFlexJustifyItems are evenly distributed with equal space around each item.
SpaceBetweenFlexJustifyItems are evenly distributed; first item is at the start, last item is at the end.
SpaceEvenlyFlexJustifyItems are evenly distributed with equal space between and at the edges.
StartFlexJustifyItems are packed toward the start of the main axis.