Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableElementStyle Class / TableElementStyle Constructor / TableElementStyle Constructor(TableBorder,Color,Color,RegularBoldItalicFontStyle)
Border of the element
Backcolor of the element
Forecolor of the element
Font style of the element


In This Topic
    TableElementStyle Constructor(TableBorder,Color,Color,RegularBoldItalicFontStyle)
    In This Topic
    Creates a style with the information.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal border As TableBorder, _
       ByVal backColor As Color, _
       ByVal foreColor As Color, _
       ByVal fontStyle As RegularBoldItalicFontStyle _
    )
    'Usage
     
    
    Dim border As TableBorder
    Dim backColor As Color
    Dim foreColor As Color
    Dim fontStyle As RegularBoldItalicFontStyle
     
    Dim instance As New TableElementStyle(border, backColor, foreColor, fontStyle)

    Parameters

    border
    Border of the element
    backColor
    Backcolor of the element
    foreColor
    Forecolor of the element
    fontStyle
    Font style of the element
    See Also