TextDecoration Property (FlexButton)

Class

FlexButton.

Action

Gets whether the text is underlined.

Possible values are none and underline. The default value is none.

Syntax

C#
protected String textDecoration { get; }
VB
'Declaration
Protected Read Property textDecoration As String

Access

Read only.