Click or drag to resize

TabsCloseButtonDisplayPolicy Enumeration

[Missing <summary> documentation for "T:Godot.Tabs.CloseButtonDisplayPolicy"]

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

Never show the close buttons.

ShowActiveOnly1

Only show the close button on the currently active tab.

ShowAlways2

Show the close button on all tabs.

Max3

Represents the size of the TabsCloseButtonDisplayPolicy enum.

See Also