PP.FlexLayoutAlign

Namespace: PP;

Description

The FlexLayoutAlign enumeration contains methods of items alignment in container with flexible layout.

It is used by the following property: FlexLayout.Position.

Available values

Value

Brief description

Left

Items are aligned by the left side of container.

Top

Items are aligned by the top of container.

Right

Items are aligned by the right side of container.

Bottom

Items are aligned by the bottom of container.

Middle

Items are aligned by the middle of container, relatively to left and right sides.

Center

Items are aligned by the center of container.

Stretch

Items are expanded all over the container.

None

Items will not be aligned.

See also:

PP