BorderDashStyle
BorderDashStyle enumeration
Specifies the style of dashed border lines.
public enum BorderDashStyle
Values
| Name | Value | Description |
|---|---|---|
| SOLID | 0 | Specifies a solid line. |
| DASH | 1 | Specifies a line consisting of dashes. |
| DOT | 2 | Specifies a line consisting of dots. |
| DASH_DOT | 3 | Specifies a line consisting of a repeating pattern of dash-dot. |
| DASH_DOT_DOT | 4 | Specifies a line consisting of a repeating pattern of dash-dot-dot. |
See Also
- assembly Aspose.BarCode