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

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

    Parameters

    color
    levels
    thickness
    See Also