Table of Contents

Enum GridAlignSelf

Namespace
BlazOrbit.Components.Layout
Assembly
BlazOrbit.dll

Per-item override for cross-axis alignment.

public enum GridAlignSelf

Fields

Auto = 0

Inherits from the parent's GridAlignItems value.

Baseline = 5

Align baselines.

Center = 3

Center on the cross axis.

End = 2

Align to the end of the cross axis.

Start = 1

Align to the start of the cross axis.

Stretch = 4

Stretch to fill the cross axis.