DirectionOptions
Overview
DirectionOptions
defines the possible layout directions for content, enabling consistent alignment and orientation across the application.
Possible Values
rowStart
: Content flows from the start of the row.rowEnd
: Content flows to the end of the row.rowCenter
: Content is centered horizontally in the row.columnStart
: Content flows from the start of the column.columnEnd
: Content flows to the end of the column.columnCenter
: Content is centered vertically in the column.