[]
Base style with basic properties.
public abstract class BasePropStyle : BaseStyle
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 |
---|---|
ApplyToStyle(Style) | Applies style to destination style if it is possible. |
ResetCorners() | Restores the default value of the Corners property. |
ShouldSerializeCorners() | Specifies whether to save the value of the Corners property. |