cef_main_axis_alignment_t

Specifies where along the main axis the CefBoxLayout child views should be laid out.

Values

ValueMeaning
CEF_MAIN_AXIS_ALIGNMENT_START0

Child views will be left-aligned.

CEF_MAIN_AXIS_ALIGNMENT_CENTER1

Child views will be center-aligned.

CEF_MAIN_AXIS_ALIGNMENT_END2

Child views will be right-aligned.

Meta