TdxCustomPanel.Color Property
Specifies the panel’s background color.
Declaration
property Color; default clDefault;
Property Value
Type | Default | Description |
---|---|---|
TColor | clDefault | The panel’s background color. |
Remarks
You can use the Frame.Color property to change the color of frame borders.
Note
If the Color
property is set to clDefault
, the background color is obtained from the parent control or active look & feel settings, depending on the ParentColor property value.
The Color
property’s default value is clDefault
.
See Also