FlexLayoutAlign

Namespace: PP;

Description

The FlexLayoutAlign enumeration contains options of container element alignment with flexible element layout.

It is used by the FlexLayout.Position property.

Available Values

Value Brief description
Left Elements are aligned at the container's left edge.
Top Elements are aligned at the container's top edge.
Right Elements are aligned at the container's right edge.
Bottom Elements are aligned at the container's bottom edge.
Middle Elements are aligned in the middle of container relative to the left and right edges.
Center Elements are aligned at the container's center.
Stretch Elements are stretched to fit the container.
None Elements are not aligned.

See also:

PP