点击或拖拽改变大小

TableViewColumnHeaderStyle 构造函数 (Int32, Single, Color, Color)

初始化 TableViewColumnHeaderStyle 类的一个新实例

命名空间:  Smobiler.Core.Controls
程序集:  Smobiler.Core.Controls (在 Smobiler.Core.Controls.dll 中) 版本:6.0.641.16928
语法
public TableViewColumnHeaderStyle(
	int height,
	float fontSize,
	Color backColor,
	Color foreColor
)

参数

height
类型:SystemInt32

[缺少 "M:Smobiler.Core.Controls.TableViewColumnHeaderStyle.#ctor(System.Int32,System.Single,System.Drawing.Color,System.Drawing.Color)" 的 <param name="height"/> 文档]

fontSize
类型:SystemSingle

[缺少 "M:Smobiler.Core.Controls.TableViewColumnHeaderStyle.#ctor(System.Int32,System.Single,System.Drawing.Color,System.Drawing.Color)" 的 <param name="fontSize"/> 文档]

backColor
类型:System.DrawingColor

[缺少 "M:Smobiler.Core.Controls.TableViewColumnHeaderStyle.#ctor(System.Int32,System.Single,System.Drawing.Color,System.Drawing.Color)" 的 <param name="backColor"/> 文档]

foreColor
类型:System.DrawingColor

[缺少 "M:Smobiler.Core.Controls.TableViewColumnHeaderStyle.#ctor(System.Int32,System.Single,System.Drawing.Color,System.Drawing.Color)" 的 <param name="foreColor"/> 文档]

参见