API / geotoolkit / layout / FlexboxLayout / AlignContent
layout.FlexboxLayout.AlignContent
Defines possible flex lines alignment for FlexboxLayout
Enumeration Members
Enumeration Members
• Center = "Center"
Lines are packed toward the center of the flex container
• FlexEnd = "FlexEnd"
Lines are packed toward the end of the flex container
• FlexStart = "FlexStart"
Lines are packed toward the start of the flex container
• SpaceAround = "SpaceAround"
Lines are evenly distributed in the flex container, with half-size spaces on either end
• SpaceBetween = "SpaceBetween"
Lines are evenly distributed in the flex container
• SpaceEvenly = "SpaceEvenly"
Lines are evenly distributed in the flex container, with equal space around them
• Stretch = "Stretch"
Lines stretch to take up the remaining space