Table of Contents

Enum FlexStackJustifyContent

Namespace
BlazOrbit.Components.Layout
Assembly
BlazOrbit.dll

Maps to CSS justify-content on the main axis.

public enum FlexStackJustifyContent

Fields

Center = 2

Center on the main axis.

End = 1

Pack to the end of the main axis.

SpaceAround = 4

Distribute with equal space around each item.

SpaceBetween = 3

Distribute with equal space between items.

SpaceEvenly = 5

Distribute with equal space between and around items.

Start = 0

Pack to the start of the main axis.