[]
ButtonStateStyle contains display attributes that determine the general appearance of the button on the screen depending on its state.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ButtonStateStyle : BaseC1FrameworkStyle, IButtonStateStyles
Name | Description |
---|---|
BackColor | Gets or sets the Color used to paint the background. |
Border | Gets or sets the thickness of the border around the element. |
BorderColor | Gets or sets the Color used to draw the border around the element. |
Name | Description |
---|---|
ResetBackColor() | |
ResetBorder() | |
ResetBorderColor() | |
ShouldSerializeBackColor() | |
ShouldSerializeBorder() | |
ShouldSerializeBorderColor() |