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

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

    Parameters

    color
    thickness
    style
    See Also