Click or drag to resize

StyleBoxLineSetVertical Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.StyleBoxLine.SetVertical(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetVertical is deprecated. Use the Vertical property instead.")]
public void SetVertical(
	bool vertical
)

Parameters

vertical
Type: SystemBoolean

[Missing <param name="vertical"/> documentation for "M:Godot.StyleBoxLine.SetVertical(System.Boolean)"]

See Also