共用方式為


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

適用於