SpreadsheetGear 2023
FontSize Property (FormulaBar)


View with Navigation Tools
SpreadsheetGear.Windows.Controls Namespace > FormulaBar Class : FontSize Property
Syntax
'Declaration
 
<System.ComponentModel.TypeConverterAttribute(System.Windows.FontSizeConverter)>
<System.ComponentModel.BindableAttribute(True)>
<System.ComponentModel.CategoryAttribute("Appearance")>
<System.Windows.LocalizabilityAttribute(LocalizationCategory.None)>
Public Property FontSize As System.Double
 
'Usage
 
Dim instance As FormulaBar
Dim value As System.Double
 
instance.FontSize = value
 
value = instance.FontSize
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FormulaBar Class
FormulaBar Members