Axis
Description
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
The component is not adjusted and is placed inside the grid cell according to its Component.LayoutAlign.
Horizontal
The component width is set to the grid cell width. Vertical alignment is performed according to its Component.LayoutAlign.
Vertical
The component height is set to the grid cell height. Horizontal alignment is performed according to its Component.LayoutAlign.