Click or drag to resize

TabContainerAllTabsInFront Property

If true, all tabs are drawn in front of the panel. If false, inactive tabs are drawn behind the panel.

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

Property Value

Type: Boolean
See Also