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

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

    Parameters

    color
    left
    right
    top
    bottom
    See Also