Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ComplexBorderSide Class / ComplexBorderSide Constructor


In This Topic
    ComplexBorderSide Constructor
    In This Topic
    Overload List
    OverloadDescription
    Creates one side of a four-sided, complex border with default color SystemColors.WindowFrame, default width of 1, default dash style of Solid, and empty dash pattern and compound array.  
    Creates a new ComplexBorderSide from another source ComplexBorderSide. Internal use only  
    Creates one side of a four-sided, complex border with settings equivalent to the specified side style.  
    Creates one side of a four-sided, complex border with the specified style and color.  
    Creates one side of a four-sided, complex border with the specified color.  
    Creates one side of a four-sided, complex border with the specified color and width.  
    Creates one side of a four-sided, complex border with the specified color, width, and dash style.  
    Creates one side of a four-sided, complex border with the specified color, width, dash style, dash pattern, and compound array.  
    Creates one side of a four-sided, complex border with the specified color, width, dash style, dash pattern and compound array, and whether to draw the side.  
    Creates one side of a four-sided, complex border with default color SystemColors.WindowFrame, default width of 1, default dash style of Solid, and empty dash pattern and compound array.  
    See Also