GridLength.Implicit(Double to GridLength) 操作员

定义

强制转换运算符,用于将双精度值转换 GridUnitType.Absolute 类型的 GridLength

public static implicit operator Xamarin.Forms.GridLength(double absoluteValue);
static member op_Implicit : double -> Xamarin.Forms.GridLength

参数

absoluteValue
System.Double

绝对大小

返回

类型为 GridUnitType.Absolute 且大小为 absolutesize的 GridLength

适用于