Click or drag to resize

TabsTabAlignEnum Enumeration

[Missing <summary> documentation for "T:Godot.Tabs.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.

Max3

Represents the size of the TabsTabAlignEnum enum.

See Also