[]
Represents a class that provides a means of creating a double-line border in environments that do not support parameterized constructors.
public class DoubleLineBorderFactory
Public Class DoubleLineBorderFactory
| Name | Description |
|---|---|
| DoubleLineBorderFactory() | Creates a double-line border factory. |
| Name | Description |
|---|---|
| CreateDoubleLineBorder(Color) | Creates a double-line border with the specified color. |
| CreateDoubleLineBorder(Color, bool, bool, bool, bool) | Creates a double-line border with the specified color and sides on which the border is drawn. |