DashType
Union
DashType
type
The dash type of a line.
| Value | Description | |
|---|---|---|
dash | ![]() | A line consisting of dashes |
dashDot | ![]() | A line consisting of a repeating pattern of dash-dot |
dot | ![]() | A line consisting of dots |
longDash | ![]() | A line consisting of a repeating pattern of long-dash |
longDashDot | ![]() | A line consisting of a repeating pattern of long-dash dot |
longDashDotDot | ![]() | A line consisting of a repeating pattern of long-dash dot-dot |
solid | ![]() | A solid line |
Possible values:
"dash""dashDot""dot""longDash""longDashDot""longDashDotDot""solid"






