\
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,Int32,Int32,Int32)

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

    Parameters

    brush
    left
    right
    top
    bottom
    See Also