다음을 통해 공유


ITextCaret.Height 속성

텍스트 렌더링 좌표계에서 캐럿의 높이를 가져옵니다.

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

구문

‘선언
ReadOnly Property Height As Double
double Height { get; }
property double Height {
    double get ();
}
abstract Height : float with get
function get Height () : double

속성 값

형식: Double
캐럿의 높이입니다.

예외

예외 조건
InvalidOperationException

보기에서 서식 있는 텍스트에 캐럿 배치 되지 않은.

.NET Framework 보안

참고 항목

참조

ITextCaret 인터페이스

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