Click or drag to resize

ControlGrowVertical Property

Controls the direction on the vertical axis in which the control should grow if its vertical 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 GrowVertical { get; set; }

Property Value

Type: ControlGrowDirection
See Also