enum FlexDirection : System.Enum

robot_2Generated
code_blocksInput

Description

The FlexDirection enum in the Sandbox.UI namespace defines possible values for the flex-direction CSS property. This property specifies how flex items are placed in the flex container, defining the main axis and the direction (normal or reversed).

Members

Fields

Member NameSummary
ColumnA column, align items from top to bottom.
ColumnReverseA reverse column, align items from bottom to top.
RowA row, align items from left to right.
RowReverseA reverse row, align items from right to left.