MindFusion.Wpf Pack Programmer's Guide
IStyle.FontItalic Property
See Also
 





Gets or sets a value indicating whether the element's text is italic.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

Nullable<Boolean> FontItalic { get; set; }

Visual Basic  Copy Code

Property FontItalic As Nullable(Of Boolean)

 Property Value

A nullable boolean value.

 See Also

IStyle Members
IStyle Interface
MindFusion.Spreadsheet.Wpf Namespace