API / geotoolkit / layout / FlexboxLayout / AlignItems
layout.FlexboxLayout.AlignItems
Defines possible flex items alignment across the secondary axis for FlexboxLayout
Enumeration Members
• Center = "Center"
Items are positioned at the center of the container
• FlexEnd = "FlexEnd"
Items are positioned at the end of the container
• FlexStart = "FlexStart"
Items are positioned at the beginning of the container
• Stretch = "Stretch"
Items are stretched to fit the container