Gets or sets the size of the font of the element's text.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
Nullable<Double> FontSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Property FontSize As Nullable(Of Double) |
A nullable double value.
See Also