Font..::..Italic Property

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public bool Italic { get; set; }
Public Property Italic As Boolean
	Get
	Set
public:
property bool^ Italic {
	bool^ get ();
	void set (bool^ value);
}