DataGridLength.Implicit(Double to DataGridLength) 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 a 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 像素)。
返回
一个表示指定长度的对象。