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