[]
ButtonStyles contains display attributes that determine the general appearance of the button on the screen.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ButtonStyles : BaseC1FrameworkStyle, IButtonStyles
| Name | Description |
|---|---|
| Corners | Gets or sets the radii of the element corners. |
| Default | Gets style containing display attributes that determine the general appearance of element on the screen in the default state. |
| ForeColor | Gets or sets the Color used to draw the text. |
| Hot | Gets style containing display attributes that determine the general appearance of element on the screen when the cursor is over it. |
| HotPressed | Gets style containing display attributes that determine the general appearance of pressed element on the screen when the cursor is over it. |
| Margins | Gets or sets the thickness of the margins around the element. |
| Padding | Gets or sets the thickness of the padding between the element edges and its content. |
| Pressed | Gets style containing display attributes that determine the general appearance of pressed element on the screen. |