DataGridLength.Implicit(Double to DataGridLength) 연산자

정의

DoubleDataGridLength 클래스의 인스턴스로 변환합니다.

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

지정된 길이를 나타내는 개체입니다.

적용 대상