[]
Represents a class for creating single-line borders in environments that do not support parameterized constructors.
public class LineBorderFactory
Public Class LineBorderFactory
| Name | Description |
|---|---|
| LineBorderFactory() | Creates a single-line border factory. |
| Name | Description |
|---|---|
| CreateLineBorder(Color) | Creates a single-line border with the specified color. |
| CreateLineBorder(Color, int) | Creates a single-line border with the specified color and thickness. |
| CreateLineBorder(Color, int, bool, bool, bool, bool) | Creates a single-line border with the specified color and thickness, and specifies on which sides the border is drawn. |