Table of Contents

Enum FlexStackAlignItems

Namespace
BlazOrbit.Components.Layout
Assembly
BlazOrbit.dll

Maps to CSS align-items on the cross axis.

public enum FlexStackAlignItems

Fields

Baseline = 4

Align baselines.

Center = 2

Center on the cross axis.

End = 1

Align to the end of the cross axis.

Start = 0

Align to the start of the cross axis.

Stretch = 3

Stretch to fill the cross axis.