
Gets or sets the border style of the button bar.
[C#]
public ButtonBarBorderStyle BorderStyle { get; set; }
[Visual Basic]
Public Property BorderStyle() As ButtonBarBorderStyle
| Value | Description | |
| ColorScheme | The button bar has no border and a light to dark variation in background color. The colors depend on the color scheme currently set through the system or on the colors set with the DisplayColors property. | |
| Fixed3D | The button bar has a border with a single line and a 3D visual effect. | |
| FixedSingle | The button bar has a border with a single line. | |
| Flat | The button bar has no border. | |
| Simple3D | The button bar has a no border but a 3D visual effect. |