点击或拖拽改变大小

DuiGridListCell 构造函数 (Object, Type, Color, Font)

初始化单元格

命名空间:  DSkin.DirectUI
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public DuiGridListCell(
	Object value,
	Type template,
	Color foreColor,
	Font font
)

参数

value
类型:SystemObject

[缺少 "M:DSkin.DirectUI.DuiGridListCell.#ctor(System.Object,System.Type,System.Drawing.Color,System.Drawing.Font)" 的 <param name="value"/> 文档]

template
类型:SystemType

[缺少 "M:DSkin.DirectUI.DuiGridListCell.#ctor(System.Object,System.Type,System.Drawing.Color,System.Drawing.Font)" 的 <param name="template"/> 文档]

foreColor
类型:System.DrawingColor

[缺少 "M:DSkin.DirectUI.DuiGridListCell.#ctor(System.Object,System.Type,System.Drawing.Color,System.Drawing.Font)" 的 <param name="foreColor"/> 文档]

font
类型:System.DrawingFont

[缺少 "M:DSkin.DirectUI.DuiGridListCell.#ctor(System.Object,System.Type,System.Drawing.Color,System.Drawing.Font)" 的 <param name="font"/> 文档]

参见