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