DockType Type
The manner in which a gui entity may be docked by a parent entity.
Union cases
Union case | Description |
Full Usage:
DockBottom
|
|
Full Usage:
DockCenter
|
|
Full Usage:
DockLeft
|
|
Full Usage:
DockRight
|
|
Full Usage:
DockTop
|
Instance members
Instance member | Description |
Full Usage:
this.IsDockBottom
Returns: bool
|
|
Full Usage:
this.IsDockCenter
Returns: bool
|
|
Full Usage:
this.IsDockLeft
Returns: bool
|
|
Full Usage:
this.IsDockRight
Returns: bool
|
|
Full Usage:
this.IsDockTop
Returns: bool
|
|