NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Font.Italic

The italic property of the font.

[Visual Basic]
Public ReadOnly Property Italic As Boolean
[C#]
public bool Italic {get;}
[C++]
public: __property bool get_Italic();
[JScript]
public function get Italic() : Boolean;

See Also

Font Class | Font Members | System.Drawing Namespace