Button Class
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.
Controls padding and shadows for buttons on the Android platform.
public static class Button
type Button = class
- Inheritance
-
System.ObjectButton
Fields
UseDefaultPaddingProperty |
Backing store for the attached property that controls whether the button will use the default padding. |
UseDefaultShadowProperty |
Backing store for the attached property that controls whether the button will use the default shadow. |
Methods
GetUseDefaultPadding(BindableObject) |
Returns a Boolean value that tells whether the default padding will be used. |
GetUseDefaultShadow(BindableObject) |
Returns a Boolean value that tells whether the default shadow will be used. |
SetUseDefaultPadding(BindableObject, Boolean) |
Sets a Boolean value that controls whether the button will use the default padding. |
SetUseDefaultPadding(IPlatformElementConfiguration<Android,Button>, Boolean) |
Sets a Boolean value that controls whether the button will use the default padding. |
SetUseDefaultShadow(BindableObject, Boolean) |
Sets a Boolean value that controls whether the button will use the default shadow. |
SetUseDefaultShadow(IPlatformElementConfiguration<Android,Button>, Boolean) |
Sets a Boolean value that controls whether the button will use the default shadow. |
UseDefaultPadding(IPlatformElementConfiguration<Android,Button>) |
Returns |
UseDefaultShadow(IPlatformElementConfiguration<Android,Button>) |
Returns |