API / geotoolkit / layout / FlexboxLayout / JustifyContent
layout.FlexboxLayout.JustifyContent
Defines possible flex items alignment across the main axis for FlexboxLayout
Enumeration Members
Enumeration Members
• Center = "Center"
Items are positioned in 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
• SpaceAround = "SpaceAround"
Items will have space before, between, and after them
• SpaceBetween = "SpaceBetween"
Items will have space between them
• SpaceEvenly = "SpaceEvenly"
Items will have equal space around them