API / geotoolkit / layout / FlexboxLayout / AlignContent

Enumeration: AlignContent

layout.FlexboxLayout.AlignContent

Defines possible flex lines alignment for FlexboxLayout

Table of contents

Enumeration Members

Contents

Enumeration Members

Center

Center = "Center"

Lines are packed toward the center of the flex container


FlexEnd

FlexEnd = "FlexEnd"

Lines are packed toward the end of the flex container


FlexStart

FlexStart = "FlexStart"

Lines are packed toward the start of the flex container


SpaceAround

SpaceAround = "SpaceAround"

Lines are evenly distributed in the flex container, with half-size spaces on either end


SpaceBetween

SpaceBetween = "SpaceBetween"

Lines are evenly distributed in the flex container


SpaceEvenly

SpaceEvenly = "SpaceEvenly"

Lines are evenly distributed in the flex container, with equal space around them


Stretch

Stretch = "Stretch"

Lines stretch to take up the remaining space