Click or drag to resize

ControlGrowHorizontal 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 ControlGrowDirection GrowHorizontal { get; set; }

Property Value

Type: ControlGrowDirection
See Also