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

注解

通常,只有在为 System.Windows.Forms.DataGrid创建设计器或创建自己的控件并合并 时 System.Windows.Forms.DataGrid,才使用此方法。

适用于