Position: Object
The Position property sets parameters of elements position in the container.
The property value sets as JSON object with the following fields:
Pack. Vertical layout of elements, element of the FlexLayoutPack enumeration.
Align. Align container elements, element of the FlexLayoutAlign enumeration.
Flex. Flexibility of container elements location, element of the FlexLayoutFlex enumeration.
Use JSON or the setPosition method to set the property value and the getPosition method to get the property value.
More than two position types could not be set simultaneously. The Pack and Flex could not be combined.
The property use is given on the Example of Creating the FlexLayout Component page.
See also: