Click or drag to resize

Control.GrowHorizontal Property

Controls the direction on the horizontal axis in which the control should grow if its horizontal minimum size is changed to be greater than its current size, as the control always has to be at least the minimum size.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Control.GrowDirection GrowHorizontal { get; set; }

Property Value

Type: Control.GrowDirection
See Also