Enum LineStyle
Specifies the style of a border line.
Namespace: FastReport
Assembly: FastReport.OpenSource.dll
Syntax
public enum LineStyle
Fields
Name | Description |
---|---|
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. |