Share via


VisualElement.SetShadowColor メソッド

定義

オーバーロード

SetShadowColor(BindableObject, Color)

影の色を設定します。

SetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>, Color)

影の色を設定します。

SetShadowColor(BindableObject, Color)

影の色を設定します。

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

パラメーター

element
BindableObject

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

value
Color

影の新しい色の値。

適用対象

SetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>, Color)

影の色を設定します。

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

パラメーター

config
IPlatformElementConfiguration<iOS,VisualElement>

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

value
Color

影の新しい色の値。

戻り値

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

適用対象