TcxPanelStyle Class
In This Article
Contains appearance settings of a TcxGroupBox control displayed as a panel.
#Declaration
Delphi
TcxPanelStyle = class(
TPersistent
)
#Remarks
Members of this class allow you to:
Apply the panel paint style to the TcxGroupBox control (Active).
Customize the caption and content layout (CaptionIndent, WordWrap, and BorderWidth).
Specify a panel’s background color if the panel is painted using the lfOffice11 style (OfficeBackgroundKind).
Use the TcxGroupBox.PanelStyle property to access this set of options.
#Inheritance
TObject
TPersistent
TcxPanelStyle
See Also