GridLength.Implicit(Double to GridLength) 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
强制转换运算符,用于将双精度值转换 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