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

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

    Parameters

    brush
    thickness
    See Also