MindFusion.Wpf Pack Programmer's Guide
Run.FontBold Property
See Also
 





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

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

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property FontBold As Nullable(Of Boolean)

 Property Value

A nullable boolean value.

 See Also

Run Members
Run Class
MindFusion.Spreadsheet.Wpf Namespace