MarkerFormatDefinition Properties
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
| Name | Description | |
|---|---|---|
![]() | BackgroundBrush | Gets or sets the background brush for this item.(Inherited from EditorFormatDefinition.) |
![]() | BackgroundColor | Gets or sets the background color for this item.(Inherited from EditorFormatDefinition.) |
![]() | BackgroundCustomizable | Determines whether the background of this format is customizable.(Inherited from EditorFormatDefinition.) |
![]() | Border | The pen is used to draw the border of the text marker. |
![]() | DisplayName | Defines the string used when displaying this format definition to the user. This property is used only if the UserVisibleAttribute is set to true on this object's export.(Inherited from EditorFormatDefinition.) |
![]() | Fill | The brush is used to paint the inner body of the text marker. |
![]() | ForegroundBrush | Gets or sets the foreground brush for this item.(Inherited from EditorFormatDefinition.) |
![]() | ForegroundColor | Gets or sets the foreground color for this item.(Inherited from EditorFormatDefinition.) |
![]() | ForegroundCustomizable | Determines whether the foreground of this format is customizable.(Inherited from EditorFormatDefinition.) |
![]() | ZOrder | Represents the Z-order of the marker when it is drawn on the text marker adornment layer. |

