[]
Specifies the style of the line.
public enum LineStyle
Public Enum LineStyle
Name | Description |
---|---|
DashDot | Specifies a line consisting of a repeating pattern of dash-dot. |
DashDotDot | Specifies a line consisting of a repeating pattern of dash-dot-dot. |
Dashed | Specifies a line consisting of dashes. |
Dotted | Specifies a line consisting of dots. |
Double | Specifies a double line. |
Hair | Specifies a dashed style line with dashes spaced 50 percent closer than the dashed style. |
Inset | Specifies a line with an inset effect. |
None | Specifies no line. |
Raised | Specifies a line with a raised effect. |
Single | Specifies a single line. |
Thick | Specifies a thick single line. |