Enum GridAlignSelf
- Namespace
- BlazOrbit.Components.Layout
- Assembly
- BlazOrbit.dll
Per-item override for cross-axis alignment.
public enum GridAlignSelf
Fields
Auto = 0Inherits from the parent's GridAlignItems value.
Baseline = 5Align baselines.
Center = 3Center on the cross axis.
End = 2Align to the end of the cross axis.
Start = 1Align to the start of the cross axis.
Stretch = 4Stretch to fill the cross axis.