API / geotoolkit / layout / FlexboxLayout / AlignItems

Enumeration: AlignItems

layout.FlexboxLayout.AlignItems

Defines possible flex items alignment across the secondary axis for FlexboxLayout

Table of contents

Enumeration Members

Contents

Enumeration Members

Center

Center = "Center"

Items are positioned at the center of the container


FlexEnd

FlexEnd = "FlexEnd"

Items are positioned at the end of the container


FlexStart

FlexStart = "FlexStart"

Items are positioned at the beginning of the container


Stretch

Stretch = "Stretch"

Items are stretched to fit the container