Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFont Interface / FontStyle Property


In This Topic
    FontStyle Property (IFont)
    In This Topic
    Gets or sets the font style
    Syntax
    'Declaration
     
    
    Property FontStyle As FontStyle
    'Usage
     
    
    Dim instance As IFont
    Dim value As FontStyle
     
    instance.FontStyle = value
     
    value = instance.FontStyle
    FontStyle FontStyle {get; set;}

    Property Value

    The font style.
    See Also