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

適用対象