FontDescription.IsItalic Property

Language:

Determines whether a font is italic.

Definition

Visual Basic Public Property IsItalic As Boolean
C# public bool IsItalic { get; set; }
C++ public:
property bool IsItalic {
        bool get();
        void set(bool value);
}
JScript public function get IsItalic() : boolean
public function set IsItalic(boolean);

Property Value

System.Boolean
Value that is true if the font is italic, or false if it is not.

This property is read/write. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center