Last updated

API / geotoolkit / layout / FlexboxLayout / JustifyContent

Enumeration: JustifyContent

layout.FlexboxLayout.JustifyContent

Defines possible flex items alignment across the main axis for FlexboxLayout

Table of contents

Enumeration Members

Contents

Enumeration Members

Center

Center = "Center"

Items are positioned in 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


SpaceAround

SpaceAround = "SpaceAround"

Items will have space before, between, and after them


SpaceBetween

SpaceBetween = "SpaceBetween"

Items will have space between them


SpaceEvenly

SpaceEvenly = "SpaceEvenly"

Items will have equal space around them