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