Button.UseDefaultShadow Method

Definition

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

config
IPlatformElementConfiguration<Android,Button>

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.

Applies to