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





Gets or sets a value indicating whether the comment text is italic.

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

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property FontItalic As Nullable(Of Boolean)

 Property Value

An boolean value or null (Nothing in Visual Basic). The default is null.

 Remarks

If this property is set to null (Nothing in Visual Basic), the font style of the annotation will be set to Regular.

 See Also

CellAnnotation Members
CellAnnotation Class
MindFusion.Spreadsheet.Wpf Namespace