LayoutParams
classin packageklyn.gui.windows.layouts
public class LayoutParams:
Common layout hints shared by all window layouts.
field = TextBox()
params = LayoutParams(1, 0)
params.horizontalAlign = "fill"
field.layoutParams = params
Properties
| Modifier and Type |
Member |
Description |
| public property |
growX |
Horizontal growth factor used when extra space is available. |
| public property |
growY |
Vertical growth factor used when extra space is available. |
| public property |
horizontalAlignhorizontalAlign as String = "fill" |
Horizontal alignment inside the allocated slot. |
| public property |
verticalAlignverticalAlign as String = "fill" |
Vertical alignment inside the allocated slot. |
Constructors