Include Protected Members
Include Inherited Members
Describes how a custom marker type behaves and appears to the user.
The IVsPackageDefinedTextMarkerType type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | DrawGlyphWithColors | Draws a glyph in the given display context and bounding rectangle using the provided colors. | 
| .gif) | GetBehaviorFlags | Controls how the marker tracks text when edits occur. | 
| .gif) | GetDefaultColors | Returns the default foreground and background colors for a marker. | 
| .gif) | GetDefaultFontFlags | Specifies additional modifications to text appearance determined by the marker. | 
| .gif) | GetDefaultLineStyle | Returns the default line attributes for a custom marker type. | 
| .gif) | GetPriorityIndex | Returns the priority index for the custom marker type, with the highest priority value receiving the topmost placement. | 
| .gif) | GetVisualStyle | Returns the appearance, location, and coloring of a custom marker type as a bit filed. | 
Top