Search
Run.FontStrikeout Property
See Also
 






Gets or sets the font strikeout style of the run, or null (Nothing in Visual Basic), if the run should use the default font strikeout style.

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

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property FontStrikeout As Nullable(Of Boolean)

 Property Value

A nullable boolean value.

 See Also