Header menu logo Nu

DockType Type

The manner in which a gui entity may be docked by a parent entity.

Union cases

Union case Description

DockBottom

Full Usage: DockBottom

Dock in the available bottom side of the parent entity.

DockCenter

Full Usage: DockCenter

Dock in the available center space of the parent entity.

DockLeft

Full Usage: DockLeft

Dock in the available left side of the parent entity.

DockRight

Full Usage: DockRight

Dock in the available right side of the parent entity.

DockTop

Full Usage: DockTop

Dock in the available top side of the parent entity.

Instance members

Instance member Description

this.IsDockBottom

Full Usage: this.IsDockBottom

Returns: bool
Returns: bool

this.IsDockCenter

Full Usage: this.IsDockCenter

Returns: bool
Returns: bool

this.IsDockLeft

Full Usage: this.IsDockLeft

Returns: bool
Returns: bool

this.IsDockRight

Full Usage: this.IsDockRight

Returns: bool
Returns: bool

this.IsDockTop

Full Usage: this.IsDockTop

Returns: bool
Returns: bool

Type something to start searching.