TcxStyle.Color Property
In This Article
Defines the background color for a control element.
#Declaration
Delphi
property Color: TColor read; write;
#Property Value
Type |
---|
TColor |
#Remarks
The Color property determines the color of control background. When assigning the Color property the svColor flag is automatically set in AssignedValues.
See Also