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





Gets or sets the size of the font to use in the comment.

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

 Syntax

C#  Copy Code

public Nullable<Double> FontSize { get; set; }

Visual Basic  Copy Code

Public Property FontSize As Nullable(Of Double)

 Property Value

A nullable double value. The default is null (Nothing in Visual Basic).

 Remarks

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

 See Also

CellAnnotation Members
CellAnnotation Class
MindFusion.Spreadsheet.Wpf Namespace