ControlLayoutPresetMode Enumeration |
[Missing <summary> documentation for "T:Godot.Control.LayoutPresetMode"]
Namespace: Godot
public enum LayoutPresetMode
| Member name | Value | Description | |
|---|---|---|---|
| Minsize | 0 | The control will be resized to its minimum size. | |
| KeepWidth | 1 | The control's width will not change. | |
| KeepHeight | 2 | The control's height will not change. | |
| KeepSize | 3 | The control's size will not change. |