MarkerFormatDefinition::ZOrder Property
Visual Studio 2015
Represents the Z-order of the marker when it is drawn on the text marker adornment layer.
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); }
This property can be used to specify in which order multiple markers should be drawn when they all overlap the same span of text.
Show: