Font::Italic Property

 

Gets a value that indicates whether this font has the italic style applied.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property bool Italic {
	bool get();
}

Property Value

Type: System::Boolean

true to indicate this font has the italic style applied; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: