Skip to main content

TdxLayoutWebLookAndFeelItemOptions.ControlBorderStyle Property

Determines the border style of a layout item‘s linked control.

Declaration

property ControlBorderStyle; default lbsSingle;

Property Value

Type Default
TdxLayoutBorderStyle lbsSingle

Remarks

Values include:

Value Description Example
lbsNone No visible border.
lbsSingle Single-line border.
lbsFlat Flat border with a light 3D effect.
lbsStandard Standard border with a 3D effect.

The default value of the ControlBorderStyle property is lbsSingle.

See Also