VisualElement.GetShadowRadius 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetShadowRadius(IPlatformElementConfiguration<iOS,VisualElement>) |
取得陰影半徑。 |
GetShadowRadius(BindableObject) |
取得陰影半徑。 |
GetShadowRadius(IPlatformElementConfiguration<iOS,VisualElement>)
取得陰影半徑。
public static double GetShadowRadius (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.VisualElement> config);
static member GetShadowRadius : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.VisualElement> -> double
參數
平台特定組態,包含要對其執行作業的項目。
傳回
System.Double
陰影半徑。
適用於
GetShadowRadius(BindableObject)
取得陰影半徑。
public static double GetShadowRadius (Xamarin.Forms.BindableObject element);
static member GetShadowRadius : Xamarin.Forms.BindableObject -> double
參數
- element
- BindableObject
要對其執行作業的平台特定項目。
傳回
System.Double
陰影半徑。