共用方式為


FlyoutPage.SetApplyShadow 方法

定義

多載

SetApplyShadow(BindableObject, Boolean)
SetApplyShadow(IPlatformElementConfiguration<iOS,FlyoutPage>, Boolean)

SetApplyShadow(BindableObject, Boolean)

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

參數

element
BindableObject
value
System.Boolean

適用於

SetApplyShadow(IPlatformElementConfiguration<iOS,FlyoutPage>, Boolean)

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.FlyoutPage> SetApplyShadow (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.FlyoutPage> config, bool value);
static member SetApplyShadow : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.FlyoutPage> * bool -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.FlyoutPage>

參數

value
System.Boolean

傳回

適用於