GLYPHDRAWFLAGS Enumeration
Visual Studio 2015
Provides options for drawing the glyph in the widget margin.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Member name | Description | |
|---|---|---|
| GDF_BOTTOMEDGE | Bottom line glyph specifying the ending of a multi-line span of text. | |
| GDF_DEFAULT | Single-line glyph. | |
| GDF_MULTILINE | Multi-line glyph. | |
| GDF_TOPEDGE | Top line glyph specifying the beginning of a multi-line span of text. |
Use the GDF_TOPEDGE and GDF_BOTTOMEDGE values to draw a glyph that spans multiple lines. For example, to indicate a span of text from lines 3 through 8, draw an up arrow in the widget margin at line 3 (GDF_TOPEDGE) and a down arrow in the widget margin at line 8 (GDF_BOTTOMEDGE).
From textmgr.idl:
Show: