Skip to main content

TdxLayoutLookAndFeelItemOptions.ControlBorderStyle Property

Specifies the border style of the control linked to a standard layout item.

Declaration

property ControlBorderStyle: TdxLayoutBorderStyle read; write; default lbsStandard;

Property Value

Type Default
TdxLayoutBorderStyle lbsStandard

Remarks

Values include:

Value Description Example
lbsNone No border.
lbsSingle Single-line border. Its color is specified by the ControlBorderColor property
lbsFlat Flat border with a light 3D effect.
lbsStandard Standard border with a 3D effect.

The default value of the ControlBorderStyle property is lbsStandard.

See Also