Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ITextEffectFormat Interface / FontBold Property


In This Topic
    FontBold Property
    In This Topic
    True if the font in the specified WordArt is bold.
    Syntax
    'Declaration
     
    
    Property FontBold As Boolean
    'Usage
     
    
    Dim instance As ITextEffectFormat
    Dim value As Boolean
     
    instance.FontBold = value
     
    value = instance.FontBold
    bool FontBold {get; set;}
    See Also