TcxPanelStyle.OfficeBackgroundKind Property
In This Article
Specifies a panel’s background color if the panel is painted using the lfOffice11 style.
#Declaration
Delphi
property OfficeBackgroundKind: TcxPanelOffice11BackgroundKind read; write; default pobkOffice11Color;
#Property Value
Type | Default |
---|---|
Tcx |
pobk |
#Remarks
Values include:
Value | Meaning | Example |
---|---|---|
pobk |
The background is filled with a gradient. | ![]() |
pobk |
The background is filled with a single fixed color provided by the lf |
![]() |
pobk |
The background is filled with the color specified by the Style. |
![]() |
The default value of the OfficeBackgroundKind property is pobkOffice11Color.
See Also