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,才使用此方法。