TdxFramedControl.Color Property
Specifies the framed control’s background color.
Declaration
property Color: TColor read; write;
Property Value
Type | Description |
---|---|
TColor | The framed control’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.
See Also