Enum GridAlignItems
- Namespace
- BlazOrbit.Components.Layout
- Assembly
- BlazOrbit.dll
Cross-axis alignment for grid items.
public enum GridAlignItems
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.