DataGridLength.Implicit(Double to DataGridLength) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 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 像素)。
傳回
表示指定之長度的物件。