Back to Devexpress

SimpleButton Properties

mobilecontrols-devexpress-dot-xamarinforms-dot-editors-dot-simplebutton-dot-underscore-properties.md

latest5.0 KB
Original Source

SimpleButton Properties

A simple button.

NameDescription
BorderColorGets or sets the color of the button borders.
BorderThicknessGets or sets the thickness of the button borders.
CommandSpecifies the command that is executed when a user taps the button.
CommandParameterSpecifies the parameter passed to the Command.
ContentGets or sets the custom content of the button.
CornerModeGets or sets whether button corners are rounded or cut.
CornerRadiusSpecifies the button corner radius.
DisabledBackgroundColorSpecifies the background color of the button in a disabled state.
DisabledBorderColorSpecifies the border color of the button in a disabled state.
DisabledIconColorSpecifies the icon color for the button in a disabled state.
DisabledTextColorGets or sets the caption text color of the button in a disabled state.
FontAttributesSpecifies whether the button caption is bold or italic.
FontFamilySpecifies the button text font name.
FontSizeSpecifies the button text font size.
HorizontalContentAlignmentGets or sets the horizontal alignment of the button’s content (icon and text).
IconSpecifies the button icon image.
IconColorSpecifies the color for the button icon.
IconHorizontalPositionSpecifies a button’s icon horizontal position relative to button captions.
IconIndentSpecifies a distance between the button icon and caption.
IconVisibleSpecifies the button icon visibility.
IsPressedGets whether the button is in a pressed state.
PaddingGets or sets the distance between the button caption and borders.
PressedBackgroundColorSpecifies the background of the button in a pressed state.
PressedBorderColorSpecifies the border color of the button in a pressed state.
PressedIconColorSpecifies the icon color for the button in a pressed state.
PressedTextColorGets or sets the color of button text in a pressed state.
ShowShadowGets or sets the button shadow visibility.
TextA button’s caption.
TextColorA button’s caption color.
UseRippleEffectGets or sets whether the ripple animation effect is used.
VerticalContentAlignmentGets or sets the vertical alignment of the buttons’s content (icon and text).

See Also

SimpleButton Class

SimpleButton Members

DevExpress.XamarinForms.Editors Namespace