AllColorableItemInfo.eLineStyle Field

Specifies the line style for marker items.

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

Syntax

'Declaration
Public eLineStyle As LINESTYLE
'Usage
Dim instance As AllColorableItemInfo 
Dim value As LINESTYLE 

value = instance.eLineStyle 

instance.eLineStyle = value
public LINESTYLE eLineStyle
public:
LINESTYLE eLineStyle
public var eLineStyle : LINESTYLE

Remarks

The eLineStyle member is a combination (binary OR) of members of the LINESTYLE enumeration.

.NET Framework Security

See Also

Reference

AllColorableItemInfo Structure

AllColorableItemInfo Members

Microsoft.VisualStudio.Shell.Interop Namespace