[]
Style with the base properties.
public abstract class BasePropStyle : BaseC1FrameworkStyle
Name | Description |
---|---|
BackColor | Gets or sets the Color used to paint the background. |
Border | Gets or sets the thickness of the border around the element. |
BorderColor | Gets or sets the Color used to draw the border around the element. |
Corners | Gets or sets the radii of the element corners. |
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() | |
ResetBorder() | |
ResetBorderColorr() | |
ResetCorners() | Restores the default value of the Corners property. |
ResetMargins() | |
ResetPadding() | |
ShouldSerializeBackColor() | |
ShouldSerializeBorder() | |
ShouldSerializeBorderColor() | |
ShouldSerializeCorners() | Specifies whether to save the value of the Corners property. |
ShouldSerializeMargins() | |
ShouldSerializePadding() |