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





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

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

 Syntax

C#  Copy Code

public string FontName { get; set; }

Visual Basic  Copy Code

Public Property FontName As String

 Property Value

A string value.

 See Also

Run Members
Run Class
MindFusion.Spreadsheet.Wpf Namespace