Skip to main content
A newer version of this page is available. .

SimpleButton Properties

A simple button.
Name Description
ActualAppearance Gets the common appearance settings that are applied to the current SimpleButton.
BorderColor Gets or sets the color of the button borders. This is a bindable property.
BorderThickness Gets or sets the thickness of the button borders. This is a bindable property.
Command Gets or sets the command that is executed when a user taps the button. This is a bindable property.
CommandParameter Gets or sets the parameter passed to the Command. This is a bindable property.
Content Gets or sets the custom content of the button. This is a bindable property.
CornerMode Gets or sets whether button corners are rounded or cut. This is a bindable property.
CornerRadius Gets or sets the button corner radius. This is a bindable property.
DisabledBackgroundColor Gets or sets the background color of the button in a disabled state. This is a bindable property.
DisabledBorderColor Gets or sets the border color of the button in a disabled state. This is a bindable property.
DisabledIconColor Gets or sets the icon color for the button in a disabled state. This is a bindable property.
DisabledTextColor Gets or sets the caption text color of the button in a disabled state. This is a bindable property.
FontAttributes Gets or sets whether the button caption is bold or italic. This is a bindable property.
FontFamily Gets or sets the button text font name. This is a bindable property.
FontSize Gets or sets the button text font size. This is a bindable property.
HorizontalContentAlignment Gets or sets the horizontal alignment of the button’s content (icon and text). This is a bindable property.
Icon Gets or sets the button icon image. This is a bindable property.
IconColor Gets or sets the color for the button icon. This is a bindable property.
IconHorizontalPosition Gets or sets a button icon’s horizontal position relative to button captions. This is a bindable property.
IconIndent Gets or sets the distance between the button icon and caption. This is a bindable property.
IconVisible Gets or sets the button icon visibility. This is a bindable property.
IsPressed Gets whether the button is in a pressed state. This is a bindable property.
Padding Gets or sets the distance between the button caption and borders. This is a bindable property.
PressedBackgroundColor Gets or sets the background of the button in a pressed state. This is a bindable property.
PressedBorderColor Gets or sets the border color of the button in a pressed state. This is a bindable property.
PressedIconColor Gets or sets the icon color for the button in a pressed state. This is a bindable property.
PressedTextColor Gets or sets the color of button text in a pressed state. This is a bindable property.
ShowShadow Gets or sets the button shadow visibility. This is a bindable property.
Text Gets or sets the button’s caption. This is a bindable property.
TextColor Gets or sets the button’s caption color. This is a bindable property.
UseRippleEffect Gets or sets whether the SimpleButton uses the ripple animation effect. This is a bindable property.
VerticalContentAlignment Gets or sets the vertical alignment of the buttons’s content (icon and text). This is a bindable property.
See Also