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

表示指定之長度的物件。

適用於