다음을 통해 공유


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 네임스페이스