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(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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2