Skip to main content

SimpleButtonActualAppearance Members

An appearance object.

Properties

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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also