| Type: | Control attribute |
| Description: | The line style used when drawing lines and frames on the canvas.
This attribute applies only when ATTR_PEN_WIDTH is 1. When ATTR_PEN_WIDTH is greater than 1, the style is always VAL_SOLID. |
| Control Types: | Canvases. |
| Data Type: | integer |
| Default Value: | VAL_SOLID |
Values
| VAL_DASH_DOT | A line with alternating dashes and dots. |
| VAL_SOLID | A solid line. |
| VAL_DASH | A dashed line. |
| VAL_DOT | A dotted line. |
| VAL_DASH_DOT_DOT | A line alternating between one dash and two dots. |