Creates a complex border side with the specified ComplexBorderSideStyle.
Creates a complex border side.
Overload List
Overload | Description |
CreateComplexBorderSide(ComplexBorderSideStyle) | Creates a complex border side with the specified ComplexBorderSideStyle. |
CreateComplexBorderSide(ComplexBorderSideStyle,Color) | Creates a complex border side with the specified ComplexBorderSideStyle and color. |
CreateComplexBorderSide(Color) | Creates a complex border side with the specified color. |
CreateComplexBorderSide(Color,Int32) | Creates a complex border side with the specified color and width. |
CreateComplexBorderSide(Color,Int32,DashStyle) | Creates a complex border side with the specified color, width, and dash style. |
CreateComplexBorderSide(Color,Int32,DashStyle,Single[],Single[]) | Creates a complex border side with the specified color, width, dash style, dash pattern, and compound array. |
CreateComplexBorderSide(Boolean,Color,Int32,DashStyle,Single[],Single[]) | Creates a complex border side with the specified draw flag, color, width, dash style, dash pattern, and compound array. |
See Also