DataGridLength.Implicit(Double to DataGridLength) Operator

Definicja

Konwertuje obiekt Double na wystąpienie DataGridLength klasy.

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

Wartość bezwzględnego piksela (96 pikseli na cal) w celu zainicjowania długości do.

Zwraca

DataGridLength

Obiekt reprezentujący określoną długość.

Dotyczy