Value | Meaning |
---|---|
CEF_AXIS_ALIGNMENT_START0 | Child views will be left/top-aligned. |
CEF_AXIS_ALIGNMENT_CENTER1 | Child views will be center-aligned. |
CEF_AXIS_ALIGNMENT_END2 | Child views will be right/bottom-aligned. |
CEF_AXIS_ALIGNMENT_STRETCH3 | Child views will be stretched to fit. |
Specifies where along the axis the CefBoxLayout child views should be laid out. Should be kept in sync with Chromium's views::LayoutAlignment type.