MasterDetailPage.SetApplyShadow Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetApplyShadow(BindableObject, Boolean) | |
SetApplyShadow(IPlatformElementConfiguration<iOS,MasterDetailPage>, Boolean) |
SetApplyShadow(BindableObject, Boolean)
public static void SetApplyShadow (Xamarin.Forms.BindableObject element, bool value);
static member SetApplyShadow : Xamarin.Forms.BindableObject * bool -> unit
Parameters
- element
- BindableObject
- value
- System.Boolean
Applies to
SetApplyShadow(IPlatformElementConfiguration<iOS,MasterDetailPage>, Boolean)
public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.MasterDetailPage> SetApplyShadow (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.MasterDetailPage> config, bool value);
static member SetApplyShadow : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.MasterDetailPage> * bool -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.MasterDetailPage>
Parameters
- value
- System.Boolean