Search
FontPickerForm.Strikeout Property
See Also
 






Gets whether the font style uses strikeout.

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

 Syntax

C#  Copy Code

public Nullable<Boolean> Strikeout { get; }

Visual Basic  Copy Code

Public ReadOnly Property Strikeout As Nullable(Of Boolean)

 Property Value

A nullable boolean value.

 See Also