Click or drag to resize

ControlLayoutPresetMode Enumeration

[Missing <summary> documentation for "T:Godot.Control.LayoutPresetMode"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum LayoutPresetMode
Members
  Member nameValueDescription
Minsize0

The control will be resized to its minimum size.

KeepWidth1

The control's width will not change.

KeepHeight2

The control's height will not change.

KeepSize3

The control's size will not change.

See Also