Table of Contents

Enum FlexStackAlignContent

Namespace
BlazOrbit.Components.Layout
Assembly
BlazOrbit.dll

Maps to CSS align-content for multi-line flex containers.

public enum FlexStackAlignContent

Fields

Center = 2

Center lines on the cross axis.

End = 1

Pack lines to the end of the cross axis.

SpaceAround = 5

Distribute lines with equal space around.

SpaceBetween = 4

Distribute lines with equal space between.

SpaceEvenly = 6

Distribute lines with equal space between and around.

Start = 0

Pack lines to the start of the cross axis.

Stretch = 3

Stretch lines to fill the cross axis.