Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies default line style options.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Public Enumeration LINESTYLE
'Usage
Dim instance As LINESTYLE
public enum LINESTYLE
public enum class LINESTYLE
public enum LINESTYLE
Members
Member name | Description | |
---|---|---|
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. | |
LI_HATCH | Hatched pattern. This value is only valid for MV_BORDER markers. | |
LI_DOTTED | Fifty percent gray dither (dotted when 1 pixel). This value is only valid for MV_BORDER markers. |
Remarks
COM Signature
From textmgr.idl: