MarkerFormatDefinition Properties

Include Protected Members
Include Inherited Members

The MarkerFormatDefinition type exposes the following members.

Properties

  Name Description
Public property BackgroundBrush Gets or sets the background brush for this item. (Inherited from EditorFormatDefinition.)
Public property BackgroundColor Gets or sets the background color for this item. (Inherited from EditorFormatDefinition.)
Public property BackgroundCustomizable Determines whether the background of this format is customizable. (Inherited from EditorFormatDefinition.)
Protected property Border The pen is used to draw the border of the text marker.
Public property 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.)
Protected property Fill The brush is used to paint the inner body of the text marker.
Public property ForegroundBrush Gets or sets the foreground brush for this item. (Inherited from EditorFormatDefinition.)
Public property ForegroundColor Gets or sets the foreground color for this item. (Inherited from EditorFormatDefinition.)
Public property ForegroundCustomizable Determines whether the foreground of this format is customizable. (Inherited from EditorFormatDefinition.)
Protected property ZOrder Represents the Z-order of the marker when it is drawn on the text marker adornment layer.

Top

See Also

Reference

MarkerFormatDefinition Class

Microsoft.VisualStudio.Text.Classification Namespace