Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableElementStyle Class / FontStyle Property


In This Topic
    FontStyle Property (TableElementStyle)
    In This Topic
    Gets the font style of the element.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FontStyle As RegularBoldItalicFontStyle
    'Usage
     
    
    Dim instance As TableElementStyle
    Dim value As RegularBoldItalicFontStyle
     
    value = instance.FontStyle
    public RegularBoldItalicFontStyle FontStyle {get;}
    See Also