Gets or sets a value indicating whether the comment text is bold.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
C#
![]() |
---|
public Nullable<Boolean> FontBold { get; set; } |
Visual Basic
![]() |
---|
Public Property FontBold As Nullable(Of Boolean) |
An boolean value or null (Nothing in Visual Basic). The default is null.
If this property is set to null (Nothing in Visual Basic), the font style of the annotation will be set to Regular.
MindFusion.Spreadsheet for WPF Programmer's Guide | © 2025 MindFusion |