Click or drag to resize

ControlSetVSizeFlags Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Control.SetVSizeFlags(System.Int32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetVSizeFlags is deprecated. Use the SizeFlagsVertical property instead.")]
public void SetVSizeFlags(
	int flags
)

Parameters

flags
Type: SystemInt32

[Missing <param name="flags"/> documentation for "M:Godot.Control.SetVSizeFlags(System.Int32)"]

See Also