# LineStyle

Namespace: **PPJ.Runtime.Windows**

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

Line styles for the SalLine control.

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

```csharp
public enum LineStyle : Enum
```

{% endtab %}

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

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

{% endtab %}
{% endtabs %}

## Fields

| Name       | Description |
| ---------- | ----------- |
| **Etched** |             |
| **Solid**  |             |

## Used By

| Name                                                                                                                   | Description |
| ---------------------------------------------------------------------------------------------------------------------- | ----------- |
| [SalLine.LineStyle](https://desktop-api.iceteagroup.com/ppj.runtime.49/controls/salline/ppj.runtime.windows.linestyle) | Line style. |
