Search
FontPickerForm.FontSize Property
See Also
 






Gets the font size.

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

 Syntax

C#  Copy Code

public new Nullable<Double> FontSize { get; }

Visual Basic  Copy Code

Public Shadows ReadOnly Property FontSize As Nullable(Of Double)

 Property Value

A nullable double value.

 See Also