A Sandcastle Documented Class Library
Italic Property
Namespaces ► Yogesh.ExcelXml ► FontOptions ► Italic
Gets or sets font's italic property

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