DataGridLength 转换 (Single to DataGridLength) |
Allows for values of type float to be implicitly converted
to DataGridLength.
命名空间:
CPF.Controls
程序集:
CPF (在 CPF.dll 中) 版本:0.8.8.5
语法 public static implicit operator DataGridLength (
float value
)
参数
- value
- 类型:SystemSingle
The number of pixels to represent.
返回值
类型:
DataGridLengthThe DataGridLength representing the requested number of pixels.
参见