Initializer

interface Initializer : UiElement.Initializer

Initializer for a spacer.

Properties

horizontalAlignment
Link copied to clipboard
abstract var horizontalAlignment: HorizontalAlignment
The horizontal alignment of the element within the available space.
pos
Link copied to clipboard
abstract var pos: Grid.Pos
The position of the UI element within the grid of its parent element.
sizePolicy
Link copied to clipboard
abstract var sizePolicy: SizePolicy
The element's size policy.
span
Link copied to clipboard
abstract var span: Grid.Span
The size of the element within the grid of its parent element.