FlexAlign

Enum

Specifies how items are aligned along the cross axis.

Namespace: RazorConsole.Core.Renderables
Assembly: RazorConsole.Core

Definition

public enum FlexAlign

Fields

4
NameTypeDescription
CenterFlexAlignItems are centered along the cross axis.
EndFlexAlignItems are aligned to the end of the cross axis.
StartFlexAlignItems are aligned to the start of the cross axis.
StretchFlexAlignItems are stretched to fill the cross axis.