Gets or sets the size of the font to use in the comment.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
C#
![]() |
---|
public Nullable<Double> FontSize { get; set; } |
Visual Basic
![]() |
---|
Public Property FontSize As Nullable(Of Double) |
A nullable double value. The default is null (Nothing in Visual Basic).
If this property is set to null (Nothing in Visual Basic), the font size of the annotation will be set to 9.
MindFusion.Spreadsheet for WPF Programmer's Guide | © 2025 MindFusion |