Skip to main content

TdxLayoutWebLookAndFeelGroupOptions.FrameWidth Property

Determines a layout group‘s frame width.

Declaration

property FrameWidth: Integer read; write; default 1;

Property Value

Type Default
Integer 1

Remarks

Use the FrameWidth property to read or set the width for the group frame. The group frame is a border drawn around the group including its caption region. You may specify group frame color using the FrameColor property. If the FrameWidth property is set to 0, there is no visible border around the group.

The default value of the FrameWidth property is 1.

See Also