TdxBar.BorderStyle Property
In This Article
Determines the appearance style of the current toolbar’s borders.
#Declaration
Delphi
property BorderStyle: TdxBarBorderStyle read; write; default bbsSingle;
#Property Value
Type | Default |
---|---|
Tdx |
bbs |
#Remarks
Refer to the TdxBarBorderStyle type description to learn about possible property values.
The default value of the BorderStyle property is bbsSingle.
See Also