[]
The CheckBoxStyles class represents the styles for the C1Label control which contains display attributes that determine the appearance of control.
public class LabelStyles : InputStyles
| Name | Description |
|---|---|
| Border | Gets or sets the thickness of the border around the element. |
| Corners | Gets or sets the radii of the element corners. |
| Default | Gets style containing display attributes that determine the general appearance of the element in the default state. |
| Disabled | Gets style containing display attributes that determine the general appearance of the disabled element on the screen. |
| Name | Description |
|---|---|
| ResetBorder() | Restores the default value of the Border property. |
| ResetCorners() | Restores the default value of the Corners property. |
| ResetDefault() | Restores the default value of the Default property. |
| ResetDisabled() | Restores the default value of the Disabled property. |
| ShouldSerializeBorder() | Specifies whether to save the value of the Border property. |
| ShouldSerializeCorners() | Specifies whether to save the value of the Corners property. |
| ShouldSerializeDefault() | Specifies whether to save the value of the Default property. |
| ShouldSerializeDisabled() | Specifies whether to save the value of the Disabled property. |