Click or drag to resize

LinkButtonUnderlineMode Enumeration

[Missing <summary> documentation for "T:Godot.LinkButton.UnderlineMode"]

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

The LinkButton will always show an underline at the bottom of its text.

OnHover1

The LinkButton will show an underline at the bottom of its text when the mouse cursor is over it.

Never2

The LinkButton will never show an underline at the bottom of its text.

See Also