DashStyle enumeration
DashStyle enumeration
Dashed line style.
Members
Name | Description |
---|---|
SOLID | Solid (continuous) pen. |
SHORT_DASH | System dash style. |
SHORT_DOT | System dash style. |
SHORT_DASH_DOT | System dash style. |
SHORT_DASH_DOT_DOT | System dash style. |
DOT | Square dot style. |
DASH | Dash style. |
LONG_DASH | Long dash style. |
DASH_DOT | Dash short dash. |
LONG_DASH_DOT | Long dash short dash. |
LONG_DASH_DOT_DOT | Long dash short dash short dash. |
DEFAULT | Same as DashStyle.SOLID. |
See Also
- module aspose.words.drawing
- property Stroke.dash_style