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