Enum LineStyle
Specifies the style of a border line.
Namespace: FastReport
Assembly: FastReport.dll
Syntax
public enum LineStyle
Fields
| Name | Description |
|---|---|
| Custom | Specifies a custom line. |
| Dash | Specifies a line consisting of dashes. |
| DashDot | Specifies a line consisting of a repeating pattern of dash-dot. |
| DashDotDot | Specifies a line consisting of a repeating pattern of dash-dot-dot. |
| Dot | Specifies a line consisting of dots. |
| Double | Specifies a double line. |
| Solid | Specifies a solid line. |