Gets whether the font style uses italic.
Namespace: MindFusion.Spreadsheet.WinForms
Assembly: MindFusion.Spreadsheet.WinForms.StandardForms
SyntaxC#
Copy Code
|
|---|
public Nullable<Boolean> Italic { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Italic As Nullable(Of Boolean) |
A nullable boolean value.
See Also