Expand description
Computed CSS style types for layout.
Structs§
- Computed
Style - Full computed style for a layout node.
- Display
- Resolved
displayvalue. - Track
Definition - A grid track definition.
Enums§
- Align
Content - CSS
align-content. - Align
Items - CSS alignment values (for justify-content, align-items, etc.).
- Align
Self - CSS
align-self. - Border
Collapse - CSS
border-collapse. - BoxSizing
- CSS
box-sizingproperty. - Caption
Side - CSS
caption-side. - Clear
- CSS
clearproperty. - Display
Inner - CSS
displayinner type. - Display
Outer - CSS
displayouter type. - Flex
Direction - CSS
flex-direction. - Flex
Wrap - CSS
flex-wrap. - Float
- CSS
floatproperty. - Grid
Auto Flow - Grid auto-flow direction.
- Grid
Placement - Grid placement value for a single edge.
- Justify
Content - CSS
justify-content. - Overflow
- CSS
overflowproperty (per axis). - Position
- CSS
positionproperty. - Table
Layout - CSS
table-layout. - Text
Align - CSS
text-alignproperty. - Track
Sizing Function - A grid track sizing function.
- Vertical
Align - CSS
vertical-align(simplified for inline layout). - White
Space - CSS
white-spaceproperty.