Freigeben über


Button.UseDefaultShadow Methode

Definition

Gibt true zurück, wenn für die Schaltfläche der standardmäßig eingestellte Schatten verwendet wird. Andernfalls wird falsezurückgegeben.

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

Parameter

config
IPlatformElementConfiguration<Android,Button>

Die Konfiguration für die Android-Schaltfläche, deren Schattenverhalten überprüft werden soll.

Gibt zurück

System.Boolean

true, wenn für die Schaltfläche der standardmäßig eingestellte Schatten verwendet wird. Andernfalls false.

Gilt für: