Specifies the dash pattern of lines.
Namespace: MindFusion.Drawing
File: Enum.js
JavaScript Copy Code |
---|
// enum |
Member name | Description | |
---|---|---|
Custom |
Custom pattern. |
|
Dash |
Draw dashed line. |
|
DashDot |
Draw dash-dot pattern. |
|
DashDotDot |
Draw dash-dot-dot pattern. |
|
Dot |
Draw dotted line. |
|
Solid |
Draw solid line. |