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