DataGridColumnStyle.FontHeight プロパティ
列のフォントの高さを取得します。
Protected ReadOnly Property FontHeight As Integer
[C#]
protected int FontHeight {get;}
[C++]
protected: __property int get_FontHeight();
[JScript]
protected function get FontHeight() : int;
プロパティ値
フォントの高さ (ピクセル単位)。フォントの高さが設定されていない場合は、このプロパティによって System.Windows.Forms.DataGrid コントロールのフォントの高さが返されます。このプロパティが設定されていない場合には、 System.Windows.Forms.DataGrid コントロールの既定のフォントの高さの値が返されます。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
DataGridColumnStyle クラス | DataGridColumnStyle メンバ | System.Windows.Forms 名前空間