Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadFontStyle Class / RegularBoldItalic Property


In This Topic
    RegularBoldItalic Property
    In This Topic
    Gets the regular, bold, or italic font style.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RegularBoldItalic As RegularBoldItalicFontStyle
    'Usage
     
    
    Dim instance As SpreadFontStyle
    Dim value As RegularBoldItalicFontStyle
     
    value = instance.RegularBoldItalic
    public RegularBoldItalicFontStyle RegularBoldItalic {get;}
    See Also