다음을 통해 공유


ITextView.ViewportLeft 속성

텍스트 렌더링 좌표계에서 뷰포트의 왼쪽 가장자리 위치를 가져오거나 설정합니다.

네임스페이스:  Microsoft.VisualStudio.Text.Editor
어셈블리:  Microsoft.VisualStudio.Text.UI(Microsoft.VisualStudio.Text.UI.dll)

구문

‘선언
Property ViewportLeft As Double
double ViewportLeft { get; set; }
property double ViewportLeft {
    double get ();
    void set (double value);
}
abstract ViewportLeft : float with get, set
function get ViewportLeft () : double 
function set ViewportLeft (value : double)

속성 값

형식: Double
뷰포트의 왼쪽 가장자리입니다.

설명

로 설정 하면 가로 오프셋 잘립니다 [0.0, 최대값 (0.0, 서식이 지정 된 텍스트 너비-뷰포트 너비)] 보기, 비-줄 바꿈 및 [0, 0] 보기 자동 줄 바꿈을 사용 합니다.

.NET Framework 보안

참고 항목

참조

ITextView 인터페이스

Microsoft.VisualStudio.Text.Editor 네임스페이스