Enum FlexStackAlignItems
- Namespace
- BlazOrbit.Components.Layout
- Assembly
- BlazOrbit.dll
Maps to CSS align-items on the cross axis.
public enum FlexStackAlignItems
Fields
Baseline = 4Align baselines.
Center = 2Center on the cross axis.
End = 1Align to the end of the cross axis.
Start = 0Align to the start of the cross axis.
Stretch = 3Stretch to fill the cross axis.