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 ファイルから)、およびブラウザーによって送信される明示的なヘッダーの組み合わせが使用されます。 一部のブラウザーでは、内部の既定値に依存する場合があります。これは、実際の高さのみに近似します。

適用対象