Header menu logo Nao

Layout Type

How a container arranges its children.

Union cases

Union case Description

Absolute

Full Usage: Absolute

Absolute positioning — every child is placed by an explicit `Rect`.

Flex FlexOptions

Full Usage: Flex FlexOptions

Parameters:

Flexbox-style 1-D layout.

Item : FlexOptions

Flow

Full Usage: Flow

Normal document flow — children stacked in reading order (the fluid default).

Grid GridOptions

Full Usage: Grid GridOptions

Parameters:

2-D grid layout with explicit tracks.

Item : GridOptions

Instance members

Instance member Description

this.IsAbsolute

Full Usage: this.IsAbsolute

Returns: bool
Returns: bool

this.IsFlex

Full Usage: this.IsFlex

Returns: bool
Returns: bool

this.IsFlow

Full Usage: this.IsFlow

Returns: bool
Returns: bool

this.IsGrid

Full Usage: this.IsGrid

Returns: bool
Returns: bool

Type something to start searching.