Click or drag to resize

TabContainerTabAlignEnum Enumeration

[Missing <summary> documentation for "T:Godot.TabContainer.TabAlignEnum"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum TabAlignEnum
Members
  Member nameValueDescription
Left0

Align the tabs to the left.

Center1

Align the tabs to the center.

Right2

Align the tabs to the right.

See Also