Sdílet prostřednictvím


DataGridLength.Implicit(Double to DataGridLength) Operátor

Definice

Převede instanci Double DataGridLength třídy.

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

Parametry

value
Double

Absolutní hodnota pixelu (96 pixelů na paleč) pro inicializaci délky.

Návraty

DataGridLength

Objekt, který představuje zadanou délku.

Platí pro