Search
FontPickerForm.Underline Property
See Also
 






Gets whether the font style uses underline.

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

 Syntax

C#  Copy Code

public Nullable<Boolean> Underline { get; }

Visual Basic  Copy Code

Public ReadOnly Property Underline As Nullable(Of Boolean)

 Property Value

A nullable boolean value.

 See Also