MarkerFormatDefinition.ZOrder 属性

,当在文本标记修饰层时,绘制表示标记的 Z 顺序。

命名空间:  Microsoft.VisualStudio.Text.Classification
程序集:  Microsoft.VisualStudio.Text.UI.Wpf(在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)

语法

声明
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)

属性值

类型:Int32
标记 Z 顺序。

备注

如果多个标记都在同一文本范围内重叠,可使用此属性指定这些标记的绘制顺序。

.NET Framework 安全性

请参阅

参考

MarkerFormatDefinition 类

Microsoft.VisualStudio.Text.Classification 命名空间