# StatusBarPanelBorderStyle

Namespace: **Wisej.Web**

Assembly: **Wisej.Framework** (4.0.0.0)

Specifies the appearance of the border for a [StatusBarPanel](https://docs.wisej.com/api/wisej.web/containers/statusbar/wisej.web.statusbarpanel) on a [StatusBar](https://docs.wisej.com/api/wisej.web/containers/statusbar) control.

{% tabs %}
{% tab title="C#" %}

```csharp
public enum StatusBarPanelBorderStyle : Enum
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Enum StatusBarPanelBorderStyle As [Enum]
```

{% endtab %}
{% endtabs %}

## Fields

| Name       | Description                 |
| ---------- | --------------------------- |
| **Dashed** | A dashed line border.       |
| **Dotted** | A dotted line border.       |
| **Double** | A double solid line border. |
| **None**   | No border.                  |
| **Solid**  | A solid line border.        |

## Used By

| Name                                                                                                               | Description                                               |
| ------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------- |
| [StatusBarPanel.BorderStyle](https://docs.wisej.com/api/wisej.web/containers/wisej.web.statusbarpanel#borderstyle) | Returns or sets the border style of the status bar panel. |
