Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / FontInfo Class / Bold Property


In This Topic
    Bold Property (FontInfo)
    In This Topic
    True if the font is bold.
    Syntax
    'Declaration
     
    Public Property Bold As Boolean
    'Usage
     
    Dim instance As FontInfo
    Dim value As Boolean
     
    instance.Bold = value
     
    value = instance.Bold
    public bool Bold {get; set;}

    Property Value

    true if bold; otherwise, false.
    See Also