Button.UseDefaultShadow 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.
Returns true
if the button will use the default shadow. Otherwise, returns false
.
public static bool UseDefaultShadow (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.Button> config);
static member UseDefaultShadow : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.Button> -> bool
Parameters
The configuration for the Android button whose shadow behavior to check.
Returns
System.Boolean
true
if the button will use the default shadow. Otherwise, false
.