DataGridLength.Implicit(Double to DataGridLength) Operatör

Tanım

bir Double öğesini sınıfın bir örneğine DataGridLength dönüştürür.

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

Parametreler

value
Double

Uzunluğunun başlatılması için mutlak piksel değeri (inç başına 96 piksel).

Döndürülenler

DataGridLength

Belirtilen uzunluğu temsil eden bir nesne.

Şunlara uygulanır