DashStyle enumeration
DashStyle enumeration
Dashed line style.
Members
| Name | Description |
|---|---|
| Solid | Solid (continuous) pen. |
| ShortDash | System dash style. |
| ShortDot | System dash style. |
| ShortDashDot | System dash style. |
| ShortDashDotDot | System dash style. |
| Dot | Square dot style. |
| Dash | Dash style. |
| LongDash | Long dash style. |
| DashDot | Dash short dash. |
| LongDashDot | Long dash short dash. |
| LongDashDotDot | Long dash short dash short dash. |
| Default | Same as DashStyle.Solid. |
See Also
- module Aspose.Words.Drawing
- property Stroke.dashStyle