点击或拖拽改变大小

DataGridLength 构造函数 (Single, DataGridLengthUnitType)

Initializes to a specified value and unit.

命名空间:  CPF.Controls
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public DataGridLength(
	float value,
	DataGridLengthUnitType type
)

参数

value
类型:SystemSingle
The value to hold.
type
类型:CPF.ControlsDataGridLengthUnitType
The unit of value.
异常
异常条件
ArgumentException If value parameter is float.NaN or value parameter is float.NegativeInfinity or value parameter is float.PositiveInfinity.
备注
value is ignored unless type is DataGridLengthUnitType.Pixel or DataGridLengthUnitType.Star
参见