TcxContainerStyle.BorderColor Property
Specifies border color.
Declaration
property BorderColor: TColor read; write;
Property Value
| Type | Description |
|---|---|
| TColor | The border color. |
Remarks
Use Color and BorderColor properties to explicitly define background and border colors of the affected control.
Style Setting Modification Flag
Any BorderColor property value change adds the csvBorderColor flag to the AssignedValues property. To restore the default BorderColor property value, remove the csvBorderColor flag.
To restore all default style settings simultaneously, call the RestoreDefaults procedure.
Default Value
The BorderColor property’s default value is clDefault.
The default BorderColor property value indicates that the background color depends on settings accessible through the LookAndFeel property.
See Also