Member variable XbpWindow():layoutAlign Foundation

Contains alignment and layout information.

Attribute: EXPORTED
Data type: Any (Numeric, XBPLAYOUT_NONE)
Description

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.

Feedback

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.