HttpCapabilitiesBase.ScreenCharactersHeight 속성

정의

디스플레이의 대략적인 높이(문자 줄)를 반환합니다.

public:
 virtual property int ScreenCharactersHeight { int get(); };
public virtual int ScreenCharactersHeight { get; }
member this.ScreenCharactersHeight : int
Public Overridable ReadOnly Property ScreenCharactersHeight As Integer

속성 값

표시의 대략적인 높이(문자 줄)입니다. 기본값은 6입니다.

설명

반환된 값은 가정된 문자 크기 및 실제 화면 픽셀 크기에서 파생될 수 있습니다. 높이를 결정하는 알고리즘은 기본 글꼴 크기(.config 파일에서), 브라우저별 크기(다시 .config 파일에서) 및 브라우저에서 보낸 명시적 헤더의 조합을 사용합니다. 일부 브라우저는 실제 높이에만 근사치인 내부 기본값을 사용할 수 있습니다.

적용 대상