Gets or sets a value indicating whether the comment text is with a line through the middle.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
C#
![]() |
---|
public Nullable<Boolean> FontStrikeout { get; set; } |
Visual Basic
![]() |
---|
Public Property FontStrikeout 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 |