[]
CommonStyle contains display attributes that determine the common appearance features of the control on the screen.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class CommonStyle : BaseC1FrameworkStyle, ICommonStyle, INotifyPropertyChanged
| Name | Description |
|---|---|
| BackColor | Gets or sets the Color used to paint the background. |
| CheckListPadding | Gets or sets the thickness of the padding between the check list edges and its content. |
| Padding | Gets or sets the thickness of the padding between the element edges and its content. |
| Name | Description |
|---|---|
| ResetBackColor() | |
| ResetCheckListPadding() | |
| ResetPadding() | |
| ShouldSerializeBackColor() | |
| ShouldSerializeCheckListPadding() | |
| ShouldSerializePadding() |