MarkerFormatDefinition Properties

 

Namespace:   Microsoft.VisualStudio.Text.Classification
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

NameDescription
System_CAPS_pubpropertyBackgroundBrush

Gets or sets the background brush for this item.(Inherited from EditorFormatDefinition.)

System_CAPS_pubpropertyBackgroundColor

Gets or sets the background color for this item.(Inherited from EditorFormatDefinition.)

System_CAPS_pubpropertyBackgroundCustomizable

Determines whether the background of this format is customizable.(Inherited from EditorFormatDefinition.)

System_CAPS_protpropertyBorder

The pen is used to draw the border of the text marker.

System_CAPS_pubpropertyDisplayName

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.)

System_CAPS_protpropertyFill

The brush is used to paint the inner body of the text marker.

System_CAPS_pubpropertyForegroundBrush

Gets or sets the foreground brush for this item.(Inherited from EditorFormatDefinition.)

System_CAPS_pubpropertyForegroundColor

Gets or sets the foreground color for this item.(Inherited from EditorFormatDefinition.)

System_CAPS_pubpropertyForegroundCustomizable

Determines whether the foreground of this format is customizable.(Inherited from EditorFormatDefinition.)

System_CAPS_protpropertyZOrder

Represents the Z-order of the marker when it is drawn on the text marker adornment layer.

Return to top
Show: