Share via


VisualElement.SetShadowRadius メソッド

定義

オーバーロード

SetShadowRadius(BindableObject, Double)

影の半径を設定します。

SetShadowRadius(IPlatformElementConfiguration<iOS,VisualElement>, Double)

影の半径を設定します。

SetShadowRadius(BindableObject, Double)

影の半径を設定します。

public static void SetShadowRadius (Xamarin.Forms.BindableObject element, double value);
static member SetShadowRadius : Xamarin.Forms.BindableObject * double -> unit

パラメーター

element
BindableObject

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

value
System.Double

影の新しい半径の値。

適用対象

SetShadowRadius(IPlatformElementConfiguration<iOS,VisualElement>, Double)

影の半径を設定します。

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.VisualElement> SetShadowRadius (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.VisualElement> config, double value);
static member SetShadowRadius : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.VisualElement> * double -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.VisualElement>

パラメーター

config
IPlatformElementConfiguration<iOS,VisualElement>

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

value
System.Double

影の新しい半径の値。

戻り値

開発者が連続するメソッドの呼び出しを作成できる、更新された構成オブジェクト。

適用対象