Enum Control.LayoutPresetMode
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum Control.LayoutPresetMode : long
Fields
KeepHeight = 2
The control's height will not change.
KeepSize = 3
The control's size will not change.
KeepWidth = 1
The control's width will not change.
Minsize = 0
The control will be resized to its minimum size.