MarkerFormatDefinition::ZOrder Property

 

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

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

protected:
property int ZOrder {
	[CompilerGeneratedAttribute]
	int get();
	[CompilerGeneratedAttribute]
	void set(int value);
}

Property Value

Type: System::Int32

The marker Z-order.

This property can be used to specify in which order multiple markers should be drawn when they all overlap the same span of text.

Return to top
Show: