Gets or sets the border style of the status bar.

Introduced: 11.0.

Syntax

public StatusBarBorderStyle BorderStyle { get; set; }
Public Property BorderStyle() As StatusBarBorderStyle

Members

Member Description
ColorScheme The status bar has a flat design without a border and with a horizontal color gradient in the background. The colors depend on the color scheme currently set through the system or on the colors set with the DisplayColors property.
Flat The status bar has a flat design and no border.
FixedSingle The status bar has a flat design and a border with a single line.
Simple3D The status bar has a 3D design and no border.
Fixed3D The status bar has a 3D design and a border with a single line.
VerticalColorScheme The status bar has a flat design without a border and with a vertical color gradient in the background. The colors depend on the color scheme currently set through the system or on the colors set with the DisplayColors property.