[]
The ButtonStyles class represents the styles for the C1Button control which contains display attributes that determine the appearance of control.
public class ButtonStyles : ButtonBaseStyles
| Name | Description |
|---|---|
| ButtonStyles() | Initializes a new instance of the ButtonStyles. |
| Name | Description |
|---|---|
| Accent | Gets a style containing display attributes that determine the overall appearance of the C1Button when the ButtonType property has the Accent value. |
| Subtle | Gets a style containing display attributes that determine the overall appearance of the C1Button when the ButtonType property has the Subtle value. |
| Name | Description |
|---|---|
| ResetAccent() | Restores the default value of the Accent property. |
| ResetSubtle() | Restores the default value of the Subtle property. |
| ShouldSerializeAccent() | Specifies whether to save the value of the Accent property. |
| ShouldSerializeSubtle() | Specifies whether to save the value of the Subtle property. |