xtd 0.2.0
Loading...
Searching...
No Matches

◆ status_bar_panel_border_style

Specifies the appearance of the border for a xtd::forms::status_bar_panel on a xtd::forms::status_bar control.

Header
#include <xtd/forms/status_bar_panel_bo>
Namespace
xtd::forms
Library
xtd.formsrder_style
Remarks
This enumeration is used by the xtd::forms::status_bar_panel::border_style property of the xtd::forms::status_bar_panel class. The xtd::forms::status_bar_panelborder_style property enables you to specify the style of border to display on a xtd::forms::status_bar_panel within a xtd::forms::status_bar.
Enumerator
none 

No border is displayed.

outset 

The xtd::forms::status_bar_panel is displayed with a three-dimensional outset border.

inset 

The xtd::forms::status_bar_panel is displayed with a three-dimensional inset border.

raised 

Defines a raised border. Same as xtd::forms::status_bar_panel_border_style::outset.

sunken 

Defines a sunken border. Same as xtd::forms::status_bar_panel_border_style::inset.