Search
Run.FontUnderlined Property
See Also
 






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

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

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property FontUnderlined As Nullable(Of Boolean)

 Property Value

A nullable boolean value.

 See Also