FlexLayout.Position

Syntax

Position: Object

Description

The Position property sets parameters of elements position in the container.

Comments

The property value sets as JSON object with the following fields:

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.

Example

The property use is given on the Example of Creating the FlexLayout Component page.

See also:

FlexLayout