DataGrid.HeaderFont 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定資料行行首使用的字型。
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,代表行首文字。
備註
只有在您為 建立設計工具 System.Windows.Forms.DataGrid ,或建立包含 的控制項 System.Windows.Forms.DataGrid 時,您通常會使用這個方法。