[]
CommonStyle contains display attributes that determine the general appearance of the control on the screen.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class CommonStyle : BaseC1FrameworkStyle
Name | Description |
---|---|
BackColor | Gets or sets the Color used to paint the background. |
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. |
Name | Description |
---|---|
ResetBackColor() | |
ResetMargins() | |
ResetPadding() | |
ShouldSerializeBackColor() | |
ShouldSerializeMargins() | |
ShouldSerializePadding() |