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)

Syntax

'Declaration
Protected Property ZOrder As Integer
protected int ZOrder { get; set; }
protected:
property int ZOrder {
    int get ();
    void set (int value);
}
member ZOrder : int with get, set
function get ZOrder () : int
function set ZOrder (value : int)

Property Value

Type: System.Int32
The marker Z-order.

Remarks

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

.NET Framework Security

See Also

Reference

MarkerFormatDefinition Class

Microsoft.VisualStudio.Text.Classification Namespace