TdxCustomNavBar.BorderStyle Property
In This Article
Specifies the NavBar control’s border style.
#Declaration
Delphi
property BorderStyle: TBorderStyle read; write; default bsNone;
#Property Value
Type | Default |
---|---|
TBorder |
bs |
#Remarks
Options include:
Value | Description |
---|---|
bs |
The control has no border. |
bs |
A single-line border is displayed. |
The BorderStyle property’s default value is bsNone.
See Also