TdxLayoutLookAndFeelItemOptions.ControlBorderStyle Property
In This Article
Specifies the border style of the control linked to a standard layout item.
#Declaration
Delphi
property ControlBorderStyle: TdxLayoutBorderStyle read; write; default lbsStandard;
#Property Value
Type | Default |
---|---|
Tdx |
lbs |
#Remarks
Values include:
Value | Description | Example |
---|---|---|
lbs |
No border. | ![]() |
lbs |
Single-line border. Its color is specified by the Control |
![]() |
lbs |
Flat border with a light 3D effect. | ![]() |
lbs |
Standard border with a 3D effect. | ![]() |
The default value of the ControlBorderStyle property is lbsStandard.
See Also