MindFusion WinForms Programmer's Guide
Run.FontItalic Property
See Also
 





Gets or sets the font italic style of the run, or null (Nothing in Visual Basic), if the run should use the default font italic style.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public Nullable<Boolean> FontItalic { get; set; }

Visual Basic  Copy Code

Public Property FontItalic As Nullable(Of Boolean)

 Property Value

A nullable boolean value.

 See Also

Run Members
Run Class
MindFusion.Spreadsheet Namespace