Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / Border Class / Border Constructor / Border Constructor(Double,Color,DashStyle)

In This Topic
    Border Constructor(Double,Color,DashStyle)
    In This Topic
    Initializes a new instance of the Border class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal width As Double, _
       ByVal color As Color, _
       ByVal style As DashStyle _
    )
    public Border( 
       double width,
       Color color,
       DashStyle style
    )

    Parameters

    width
    color
    style
    See Also