LINESTYLE Enumeration

 

Specifies default line style options.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

public enum LINESTYLE

Member nameDescription
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:

Return to top
Show: