[]
Base style with basic properties.
public abstract class BasePropStyle : BaseC1FrameworkStyle
Public MustInherit Class BasePropStyle
Inherits 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. |
| Name | Description |
|---|---|
| ResetBackColor() | Restores the default value of the BackColor property. |
| ResetBorder() | Restores the default value of the Border property. |
| ResetBorderColor() | Restores the default value of the BorderColor property. |
| ShouldSerializeBackColor() | Specifies whether to save the value of the BackColor property. |
| ShouldSerializeBorder() | Specifies whether to save the value of the Border property. |
| ShouldSerializeBorderColor() | Specifies whether to save the value of the BorderColor property. |