ComplexBorderSide Constructor
In This Topic
Overload List
Overload | Description |
ComplexBorderSide Constructor() | 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. |
ComplexBorderSide Constructor(ComplexBorderSide) | Creates a new ComplexBorderSide from another source ComplexBorderSide. Internal use only |
ComplexBorderSide Constructor(ComplexBorderSideStyle) | Creates one side of a four-sided, complex border with settings equivalent to the specified side style. |
ComplexBorderSide Constructor(ComplexBorderSideStyle,Color) | Creates one side of a four-sided, complex border with the specified style and color. |
ComplexBorderSide Constructor(Color) | Creates one side of a four-sided, complex border with the specified color. |
ComplexBorderSide Constructor(Color,Int32) | Creates one side of a four-sided, complex border with the specified color and width. |
ComplexBorderSide Constructor(Color,Int32,DashStyle) | Creates one side of a four-sided, complex border with the specified color, width, and dash style. |
ComplexBorderSide Constructor(Color,Int32,DashStyle,Single[],Single[]) | Creates one side of a four-sided, complex border with the specified color, width, dash style, dash pattern, and compound array. |
ComplexBorderSide Constructor(Boolean,Color,Int32,DashStyle,Single[],Single[]) | 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. |
ComplexBorderSide Constructor(SerializationInfo,StreamingContext) | 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