Enum LinkButton.UnderlineMode
enum UnderlineMode
: int { ... }
Enum members
Name | Description |
---|---|
underlineModeAlways
|
The LinkButton will always show an underline at the bottom of its text. |
underlineModeNever
|
The LinkButton will never show an underline at the bottom of its text. |
underlineModeOnHover
|
The LinkButton will show an underline at the bottom of its text when the mouse cursor is over it. |