Enum BorderLines
Specifies the sides of a border.
Namespace: FastReport
Assembly: FastReport.dll
Syntax
[Flags]
public enum BorderLines
Fields
| Name | Description |
|---|---|
| All | Specifies all border lines. |
| Bottom | Specifies the bottom border line. |
| Left | Specifies the left border line. |
| None | Specifies no border lines. |
| Right | Specifies the right border line. |
| Top | Specifies the top border line. |