Search
IStyle.FontSize Property
See Also
 






Gets or sets the size of the font of the element's text.

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

 Syntax

C#  Copy Code

Nullable<Double> FontSize { get; set; }

Visual Basic  Copy Code

Property FontSize As Nullable(Of Double)

 Property Value

A nullable double value.

 See Also