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

屬性值

Int32

大約顯示高度 (以字元行為單位)。 預設為 6

備註

傳回的值可以衍生自假設的字元大小和實際的螢幕圖元大小。 判斷高度的演算法會使用預設字型大小的組合, (從.config檔案) 、瀏覽器特定大小再次 (、從.config檔案) ,以及瀏覽器所傳送的明確標頭。 某些瀏覽器可能依賴內部預設值,而此值只會近似實際高度。

適用於