Table of Contents

Enum GridAlignItems

Namespace
BlazOrbit.Components.Layout
Assembly
BlazOrbit.dll

Cross-axis alignment for grid items.

public enum GridAlignItems

Fields

Baseline = 4

Align baselines.

Center = 2

Center on the cross axis.

End = 1

Align to the end of the cross axis.

Start = 0

Align to the start of the cross axis.

Stretch = 3

Stretch to fill the cross axis.