次の方法で共有


VisualElement.GetShadowRadius メソッド

定義

オーバーロード

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

パラメーター

config
IPlatformElementConfiguration<iOS,VisualElement>

操作を実行する要素を含むプラットフォーム固有の構成。

戻り値

System.Double

影の半径。

適用対象

GetShadowRadius(BindableObject)

影の半径を取得します。

public static double GetShadowRadius (Xamarin.Forms.BindableObject element);
static member GetShadowRadius : Xamarin.Forms.BindableObject -> double

パラメーター

element
BindableObject

操作を実行するプラットフォーム固有の要素。

戻り値

System.Double

影の半径。

適用対象