Gets a value that indicates whether this font
is underlined.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Underline() As Boolean
|
| [C#] |
|---|
public bool Underline {get;}
|
| [Managed C++] |
|---|
public: __property bool get_Underline();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Underline(
|
| [Java] |
|---|
public bool getUnderline();
|