Axis

Description

[Flags]
enum Tinman.Engine.GUI.Axis

Enumeration of fill modes.

The fill mode of a Component depicts how its size is adjusted to the dimensions of its layout grid cell in the parents container layout grid.

Public / Constants

None

public constant None → (0:int32)

The component is not adjusted and is placed inside the grid cell according to its Component.LayoutAlign.

Horizontal

public constant Horizontal → (1:int32)

The component width is set to the grid cell width. Vertical alignment is performed according to its Component.LayoutAlign.

Vertical

public constant Vertical → (2:int32)

The component height is set to the grid cell height. Horizontal alignment is performed according to its Component.LayoutAlign.

Both

public constant Both → (3:int32)

The component size is set to the size of the grid cell, i.e. it fills the entire cell.