Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ITextEffectFormat Interface / FontSize Property


In This Topic
FontSize Property (ITextEffectFormat)
In This Topic
Returns or sets the font size for the specified WordArt, in points.
Syntax
'Declaration
 
Property FontSize As Double
 
'Usage
 
Dim instance As ITextEffectFormat
Dim value As Double
 
instance.FontSize = value
 
value = instance.FontSize
See Also