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