Control.FontHeight プロパティ
コントロールのフォントの高さを取得または設定します。
Protected Property FontHeight As Integer
[C#]
protected int FontHeight {get; set;}
[C++]
protected: __property int get_FontHeight();protected: __property void set_FontHeight(int);
[JScript]
protected function get FontHeight() : int;protected function set FontHeight(int);
プロパティ値
コントロールの Font の高さ (ピクセル単位)。
解説
メモ FontHeight プロパティは、コントロールの Font.Height 値または -1 以外の値に設定しないでください。 FontHeight を -1 に設定すると、キャッシュに保存された高さの値がクリアされ、このプロパティが次回参照されたときに値が再計算されます。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
Control クラス | Control メンバ | System.Windows.Forms 名前空間 | Font.Height