LinePatternValue
Contents
[
Hide
]LinePatternValue
Utility class containing constants. Specifies the line pattern of the shape.
Values
| Name | Description |
|---|---|
| NONE | None. |
| SOLID | Solid line. |
| DASH | Dashed line. |
| DOT | Dotted line. |
| DASH_DOT | Dash-dot line. |
| DASH_DOT_DOT | Dash-dot-dot line. |
| THICK_BETWEEN_THIN | Thick between thin. |
| THIN_THICK_THIN | Thin thick thin. |
| THICK_THIN | Thick thin. |
| THIN_THICK | Thin thick. |
| DRAWN | Drawn line patterns. |
| DRAWN_DOTS | Drawn dots. |
| DRAWN_DASHED | Drawn dashed. |
| DRAWN_DASH_DOT | Drawn dash dot. |
| DRAWN_DASH_DOT_DOT | Drawn dash dot dot. |
| DASHED_EVENLY_SPACED | Dashed - evenly spaced. |
| DOTTED_EVENLY_SPACED | Dotted - evenly spaced. |
| DASHED_CENTER | Dashed - center. |
| DOTTED_CENTER | Dotted - center. |
| LONG_DASH | Long dash. |
| LONG_DASH_DOUBLE_DOT | Long dash - double dot. |
| LONG_DASH_TRIPLE_DOT | Long dash - triple dot. |
| SHORT_DASH | Short dash. |
| SHORT_DASH_DOUBLE_DOT | Short dash - double dot. |
| CUSTOM_MASTER | Custom. |
| UNDEFINED | Undefined. |