Click or drag to resize

ControlSizeFlagsHorizontal Property

Tells the parent Container nodes how they should resize and place the node on the X axis. Use one of the ControlSizeFlags constants to change the flags. See the constants to learn what each does.

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

Property Value

Type: Int32
See Also