TdxCustomPanel.Color Property
In This Article
Specifies the panel’s background color.
#Declaration
Delphi
property Color; default clDefault;
#Property Value
Type | Default | Description |
---|---|---|
TColor | cl |
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 cl
, the background color is obtained from the parent control or active look & feel settings, depending on the Parent
The Color
property’s default value is clDefault
.
See Also