使用英语阅读

通过


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

protected int ZOrder { get; set; }

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