\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List.Styles.Borders Namespace / BorderInsetBevel Class / BorderInsetBevel Constructor / BorderInsetBevel Constructor(Color,Int32)

In This Topic
    BorderInsetBevel Constructor(Color,Int32)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal color As System.Drawing.Color, _
       ByVal thickness As System.Integer _
    )
    public BorderInsetBevel( 
       System.Drawing.Color color,
       System.int thickness
    )

    Parameters

    color
    thickness
    See Also