DashStyle Enumeration
Specifies the style of dashed lines drawn with a Pen object.
Module: aspose.imaging
Full Name: aspose.imaging.DashStyle
Members
| Member name | Description |
|---|---|
| CUSTOM | Specifies a user-defined custom dash style. |
| DASH | Specifies a line consisting of dashes. |
| DASH_DOT | Specifies a line consisting of a repeating pattern of dash-dot. |
| DASH_DOT_DOT | Specifies a line consisting of a repeating pattern of dash-dot-dot. |
| DOT | Specifies a line consisting of dots. |
| SOLID | Specifies a solid line. |