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


In This Topic
FontName Property (ITextEffectFormat)
In This Topic
Returns or sets the name of the font in the specified WordArt.
Syntax
'Declaration
 
Property FontName As String
 
'Usage
 
Dim instance As ITextEffectFormat
Dim value As String
 
instance.FontName = value
 
value = instance.FontName
See Also