Header menu logo Nao

Align Type

Alignment / distribution along a layout axis. A superset that covers both the "self alignment" and "content distribution" cases of flex and grid.

Union cases

Union case Description

Baseline

Full Usage: Baseline

Center

Full Usage: Center

End

Full Usage: End

SpaceAround

Full Usage: SpaceAround

SpaceBetween

Full Usage: SpaceBetween

SpaceEvenly

Full Usage: SpaceEvenly

Start

Full Usage: Start

Stretch

Full Usage: Stretch

Instance members

Instance member Description

this.IsBaseline

Full Usage: this.IsBaseline

Returns: bool
Returns: bool

this.IsCenter

Full Usage: this.IsCenter

Returns: bool
Returns: bool

this.IsEnd

Full Usage: this.IsEnd

Returns: bool
Returns: bool

this.IsSpaceAround

Full Usage: this.IsSpaceAround

Returns: bool
Returns: bool

this.IsSpaceBetween

Full Usage: this.IsSpaceBetween

Returns: bool
Returns: bool

this.IsSpaceEvenly

Full Usage: this.IsSpaceEvenly

Returns: bool
Returns: bool

this.IsStart

Full Usage: this.IsStart

Returns: bool
Returns: bool

this.IsStretch

Full Usage: this.IsStretch

Returns: bool
Returns: bool

Type something to start searching.