Enum TabBar.AlignmentMode
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum TabBar.AlignmentMode : long
Fields
Center = 1Places tabs in the middle.
Left = 0Places tabs to the left.
Max = 3Represents the size of the TabBar.AlignmentMode enum.
Right = 2Places tabs to the right.