Simple button used to represent a link to some resource. This kind of button is primarily used when the interaction with the button causes a context change (like linking to a web page). See also [BaseButton] which contains common properties and methods associated with this node. Removes all OpenType features. Returns OpenType feature [code]tag[/code]. Returns OpenType feature [code]tag[/code]. More info: [url=https://docs.microsoft.com/en-us/typography/opentype/spec/featuretags]OpenType feature tags[/url]. Language code used for line-breaking and text shaping algorithms, if left empty current locale is used instead. Set BiDi algorithm override for the structured text. Set additional options for BiDi override. The button's text that will be displayed inside the button's area. Base text writing direction. Determines when to show the underline. See [enum UnderlineMode] for options. The LinkButton will always show an underline at the bottom of its text. The LinkButton will show an underline at the bottom of its text when the mouse cursor is over it. The LinkButton will never show an underline at the bottom of its text. Default text [Color] of the [LinkButton]. Text [Color] used when the [LinkButton] is focused. Only replaces the normal text color of the button. Disabled, hovered, and pressed states take precedence over this color. Text [Color] used when the [LinkButton] is being hovered. The tint of text outline of the [LinkButton]. Text [Color] used when the [LinkButton] is being pressed. The size of the text outline. The vertical space between the baseline of text and the underline. [Font] of the [LinkButton]'s text. Font size of the [LinkButton]'s text. [StyleBox] used when the [LinkButton] is focused. The [code]focus[/code] [StyleBox] is displayed [i]over[/i] the base [StyleBox], so a partially transparent [StyleBox] should be used to ensure the base [StyleBox] remains visible. A [StyleBox] that represents an outline or an underline works well for this purpose. To disable the focus visual effect, assign a [StyleBoxEmpty] resource. Note that disabling the focus visual effect will harm keyboard/controller navigation usability, so this is not recommended for accessibility reasons.