LINESTYLE Enumeration
Visual Studio 2015
Specifies default line style options.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Member name | Description | |
|---|---|---|
| LI_DOTTED | Fifty percent gray dither (dotted when 1 pixel). This value is only valid for MV_BORDER markers. | |
| LI_HATCH | Hatched pattern. This value is only valid for MV_BORDER markers. | |
| LI_NONE | No line. | |
| LI_SOLID | Solid line. This value is only valid for MV_BORDER markers. | |
| LI_SQUIGGLY | Squiggly line. This value is only valid for MV_LINE markers. |
From textmgr.idl:
Show: