Control.FontHeight 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定控制項字型的高度。
protected:
property int FontHeight { int get(); void set(int value); };
protected int FontHeight { get; set; }
member this.FontHeight : int with get, set
Protected Property FontHeight As Integer
屬性值
控制項的 Font 高度 (單位為像素)。
備註
注意
屬性 FontHeight 不應設定為控制項 Font.Height 值或 -1 以外的任何值。 將 設定 FontHeight 為 -1 的效果是清除快取的高度值,並在下次參考屬性時重新計算該值。