Spread Windows Forms 15.0
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
    string FontName {get; set;}
    See Also