Expand description
CSS properties for flexbox layout.
Structs§
- Layout
Flex Grow - Represents a
flex-growattribute, which dictates what proportion of the remaining space in the flex container should be assigned to the item. Default: 0 - Layout
Flex Shrink - Represents a
flex-shrinkattribute, which dictates what proportion of the negative space in the flex container should be removed from the item. Default: 1
Enums§
- Align
Content Parse Error - Align
Content Parse Error Owned - Align
Items Parse Error - Align
Items Parse Error Owned - Align
Self Parse Error - Align
Self Parse Error Owned - Flex
Basis Parse Error - Flex
Basis Parse Error Owned - Flex
Direction Parse Error - Flex
Direction Parse Error Owned - Flex
Grow Parse Error - Flex
Grow Parse Error Owned - Flex
Shrink Parse Error - Flex
Shrink Parse Error Owned - Flex
Wrap Parse Error - Flex
Wrap Parse Error Owned - Justify
Content Parse Error - Justify
Content Parse Error Owned - Layout
Align Content - Represents an
align-contentattribute, which aligns a flex container’s lines within it when there is extra space in the cross-axis. Default:Stretch - Layout
Align Items - Represents an
align-itemsattribute, which defines the default behavior for how flex items are laid out along the cross axis on the current line. Default:Stretch - Layout
Align Self - Represents an
align-selfattribute, which allows the default alignment (or the one specified by align-items) to be overridden for individual flex items. Default:Auto - Layout
Axis - Layout
Flex Basis - Represents a
flex-basisattribute - Layout
Flex Direction - Represents a
flex-directionattribute, which establishes the main-axis, thus defining the direction flex items are placed in the flex container. Default:Row - Layout
Flex Wrap - Represents a
flex-wrapattribute, which determines whether flex items are forced onto one line or can wrap onto multiple lines. Default:NoWrap - Layout
Justify Content - Represents a
justify-contentattribute, which defines the alignment along the main axis. Default:Start(flex-start)