Skip to main content

SimpleButtonActualAppearance Properties

An appearance object.
Name Description
BackgroundColor Gets the background color that is applied to the SimpleButton. To specify this color, use the SimpleButton‘s BackgroundColor property.
BorderColor Gets the border color that is applied to the SimpleButton. To specify this color, use the BorderColor property.
BorderThickness Gets the border thickness value that is applied to the SimpleButton. To specify this value, use the BorderThickness property.
CornerRadius Gets the corner radius value that is applied to the SimpleButton. To specify this value, use the CornerRadius property.
DisabledBackgroundColor Gets the background color that is applied to the SimpleButton when it is disabled. To specify this color, use the DisabledBackgroundColor property.
DisabledBorderColor Gets the border color value that is applied to the SimpleButton when it is disabled. To specify this color, use the CornerRadius property.
DisabledTextColor Gets the text color that is applied to the SimpleButton when it is disabled. To specify this color, use the DisabledTextColor property.
FontAttributes Gets the font attributes applied to the SimpleButton. To specify this value, use the FontAttributes property.
FontFamily Gets the font family value that is applied to the SimpleButton. To specify this value, use the FontFamily property.
FontSize Gets the font size value that is applied to the SimpleButton. To specify this value, use the FontSize property.
IconColor Gets the color that is applied to the SimpleButton‘s icon. To specify this color, use the IconColor property.
IconIndent Gets the indent value that is applied to the SimpleButton‘s icon. To specify this value, use the IconIndent property.
Padding Gets the padding value that is applied to the SimpleButton. To specify this value, use the Padding property.
PressedBorderColor Gets the border color that is applied to the SimpleButton when it is pressed. To specify this color, use the PressedBorderColor property.
PressedTextColor Gets the text color that is applied to the SimpleButton when it is pressed. To specify this color, use the PressedTextColor property.
ShowShadow Gets whether the shadow of the SimpleButton is displayed. To specify this value, use the ShowShadow property.
TextColor Gets the text color that is applied to the SimpleButton. To specify this color, use the TextColor property.
See Also