Search
Run.FontSize Property
See Also
 






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

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

 Syntax

C#  Copy Code

public Nullable<Double> FontSize { get; set; }

Visual Basic  Copy Code

Public Property FontSize As Nullable(Of Double)

 Property Value

A nullable double value.

 See Also