> For the complete documentation index, see [llms.txt](https://desktop-api.iceteagroup.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://desktop-api.iceteagroup.com/ppj.runtime.49/controls/salframe/ppj.runtime.windows.borderstyle.md).

# BorderStyle

Namespace: **PPJ.Runtime.Windows**

Assembly: **PPJ.Runtime.49** (4.9.0.0)

Border styles for the SalFrame control.

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

```csharp
public enum BorderStyle : Enum
```

{% endtab %}

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

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

{% endtab %}
{% endtabs %}

## Fields

| Name             | Description |
| ---------------- | ----------- |
| **Bump**         |             |
| **DropShadow**   |             |
| **Etched**       |             |
| **None**         |             |
| **RaisedShadow** |             |
| **Solid**        |             |

## Used By

| Name                                                                                         | Description           |
| -------------------------------------------------------------------------------------------- | --------------------- |
| [SalFrame.BorderStyle](/ppj.runtime.49/controls/salframe/ppj.runtime.windows.borderstyle.md) | Frame's border style. |
