DataGridLength.Implicit(Double to DataGridLength) 运算符

定义

Double 转换为 DataGridLength 类的实例。

public:
 static operator System::Windows::Controls::DataGridLength(double value);
public static implicit operator System.Windows.Controls.DataGridLength (double value);
static member op_Implicit : double -> System.Windows.Controls.DataGridLength
Public Shared Widening Operator CType (value As Double) As DataGridLength

参数

value
Double

要将长度初始化为的绝对像素值(每英寸 96 像素)。

返回

DataGridLength

一个用于表示指定长度的对象。

适用于