Gets or sets whether the font is italic.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool Italic { get; set; }
Visual Basic
Public Property Italic As Boolean
	Get
	Set
Visual C++
public:
property bool Italic {
	bool get ();
	void set (bool value);
}

See Also