TdxLayoutWebLookAndFeelGroupCaptionOptions.Color Property
Specifies the color for the group caption region.
Declaration
property Color: TColor read; write; default clDefault;
Property Value
Type | Default |
---|---|
TColor | clDefault |
Remarks
Use the Color property to specify the background color for the group caption region. The group caption region is a rectangular area that contains caption text. The width of the group caption region is equal to the client width of the group (it occupies the position from the left group frame border to the right group frame border). The height of the group caption region is calculated automatically based upon caption text size.
The default value of the Color property is clDefault. It will be equal to the color of its group.
See Also