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