Button.UseDefaultShadow メソッド

定義

ボタンが既定のシャドウを使用する場合は true を返します。 それ以外の場合、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

パラメーター

config
IPlatformElementConfiguration<Android,Button>

シャドウの動作をチェックする Android のボタンの構成。

戻り値

System.Boolean

ボタンが既定のシャドウを使用する場合は true。 それ以外の場合は false

適用対象