DataGrid.HeaderFont プロパティ

定義

列ヘッダーに使用するフォントを取得または設定します。

public:
 property System::Drawing::Font ^ HeaderFont { System::Drawing::Font ^ get(); void set(System::Drawing::Font ^ value); };
public System.Drawing.Font HeaderFont { get; set; }
member this.HeaderFont : System.Drawing.Font with get, set
Public Property HeaderFont As Font

プロパティ値

Font

ヘッダー テキストを表す Font

注釈

通常、このメソッドは、デザイナーを作成する場合、または独自の System.Windows.Forms.DataGridコントロールを作成する場合にのみ使用します System.Windows.Forms.DataGrid

適用対象