FlexJustify
Namespace: BlazorNative.Components
Main-axis distribution (justifyContent).
public enum FlexJustify
Inheritance Object → ValueType → Enum → FlexJustify
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| FlexStart | 0 | "flex-start" — Yoga's default. |
| Center | 1 | "center" |
| FlexEnd | 2 | "flex-end" |
| SpaceBetween | 3 | "space-between" |
| SpaceAround | 4 | "space-around" |
| SpaceEvenly | 5 | "space-evenly" |