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