Click or drag to resize

ControlGrowDirection Enumeration

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

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

The control will grow to the left or top to make up if its minimum size is changed to be greater than its current size on the respective axis.

End1

The control will grow to the right or bottom to make up if its minimum size is changed to be greater than its current size on the respective axis.

Both2

The control will grow in both directions equally to make up if its minimum size is changed to be greater than its current size.

See Also