Click or drag to resize

TabContainerSetAllTabsInFront Method

Note: This API is now obsolete.

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

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

Parameters

isFront
Type: SystemBoolean

[Missing <param name="isFront"/> documentation for "M:Godot.TabContainer.SetAllTabsInFront(System.Boolean)"]

See Also