DataGridLength.Implicit(Double to DataGridLength) 操作员

定义

将 a 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 像素)。

返回

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

适用于