Skip to main content

TcxPanelStyle.OfficeBackgroundKind Property

Specifies a panel’s background color if the panel is painted using the lfOffice11 style.

Declaration

property OfficeBackgroundKind: TcxPanelOffice11BackgroundKind read; write; default pobkOffice11Color;

Property Value

Type Default
TcxPanelOffice11BackgroundKind pobkOffice11Color

Remarks

Values include:

Value Meaning Example
pobkGradient The background is filled with a gradient.
pobkOffice11Color The background is filled with a single fixed color provided by the lfOffice11 paint style.
pobkStyleColor The background is filled with the color specified by the Style.Color property.

The default value of the OfficeBackgroundKind property is pobkOffice11Color.

See Also