Skip to main content

TdxLayoutWebLookAndFeelGroupOptions.FrameColor Property

Specifies the color for the frame displayed around a layout group.

Declaration

property FrameColor: TColor read; write; default clDefault;

Property Value

Type Default
TColor clDefault

Remarks

Use the FrameColor property to specify the frame color for a group. The group frame is a border drawn around the group and includes its caption region. The group frame color is the same as the group caption separator color. Group frame width is determined by the FrameWidth property.

The default value of the FrameColor property is clDefault.

See Also