cef_cross_axis_alignment_t

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

Values

ValueMeaning
CEF_CROSS_AXIS_ALIGNMENT_STRETCH0

Child views will be stretched to fit.

CEF_CROSS_AXIS_ALIGNMENT_START1

Child views will be left-aligned.

CEF_CROSS_AXIS_ALIGNMENT_CENTER2

Child views will be center-aligned.

CEF_CROSS_AXIS_ALIGNMENT_END3

Child views will be right-aligned.

Meta