Share via


LINESTYLE Enumeration

Specifies default line style options.

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

Syntax

‘선언
Public Enumeration LINESTYLE
‘사용 방법
Dim instance As LINESTYLE
public enum LINESTYLE
public enum class LINESTYLE
type 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:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace