[]
Represents an object that provides a means of creating a complex border side in environments that do not support parameterized constructors.
public class ComplexBorderSideFactory
Public Class ComplexBorderSideFactory
Name | Description |
---|---|
ComplexBorderSideFactory() | Creates a complex border side. |
Name | 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(bool, Color, int, DashStyle, float[], float[]) | Creates a complex border side with the specified draw flag, color, width, dash style, dash pattern, and compound array. |
CreateComplexBorderSide(Color) | Creates a complex border side with the specified color. |
CreateComplexBorderSide(Color, int) | Creates a complex border side with the specified color and width. |
CreateComplexBorderSide(Color, int, DashStyle) | Creates a complex border side with the specified color, width, and dash style. |
CreateComplexBorderSide(Color, int, DashStyle, float[], float[]) | Creates a complex border side with the specified color, width, dash style, dash pattern, and compound array. |