Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / ITextEffectFormat Interface / FontName Property


In This Topic
    FontName Property
    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