Member variable XbpWindow():layoutAlign Foundation
Contains alignment and layout information.
The instance variable :layoutAlign contains information about the behavior of the Xbase Part when its parent object is resized. The values which can be assigned to this instance variable depend on the layout manager object contained in the :layoutManagerinstance variable.
The default layout manager used by the system is implemented in the LayoutManager class. This class expects numeric values in :layoutAlignwhich define the layout behavior of the childs in the container. See the LayoutManager() class for further information.
Custom layout managers may reuse the :layoutAlign instance variable for their own purposes.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.