# XSalSeparator

Namespace: **PPJ.Runtime.XSal**

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

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

```csharp
public class XSalSeparator : SalUserControl
```

{% endtab %}

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

```visual-basic
Public Class XSalSeparator
    Inherits SalUserControl
```

{% endtab %}
{% endtabs %}

## Constructors

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)XSalSeparator()

Default Constructor.

## Properties

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)Horizontal

[Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean): Returns/Sets the orientation of the separator.

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)Style

[SeparatorStyle](https://desktop-api.iceteagroup.com/ppj.runtime.xsal.49/controls/ppj.runtime.xsal.xsalseparator): Returns/Sets the style of the separator.

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)Vertical

[Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean): Returns/Sets the orientation of the separator.

## Methods

### ![](https://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-e4f8ed47a52590951f725a10c269555e81d41d81%2Fstatic.png?alt=media)FromHandle(handle)

Returns the control associated with the handle.

| Parameter  | Type                                                                                                               | Description |
| ---------- | ------------------------------------------------------------------------------------------------------------------ | ----------- |
| **handle** | [SalWindowHandle](https://desktop-api.iceteagroup.com/ppj.runtime.xsal.49/controls/ppj.runtime.xsal.xsalseparator) |             |

**Returns:** [XSalSeparator](https://desktop-api.iceteagroup.com/ppj.runtime.xsal.49/controls/ppj.runtime.xsal.xsalseparator).

## Inherited By

| Name                                                                                                                         | Description |
| ---------------------------------------------------------------------------------------------------------------------------- | ----------- |
| [XSalSeparatorDoubleRaised](https://desktop-api.iceteagroup.com/ppj.runtime.xsal.49/controls/ppj.runtime.xsal.xsalseparator) |             |
| [XSalSeparatorEtched](https://desktop-api.iceteagroup.com/ppj.runtime.xsal.49/controls/ppj.runtime.xsal.xsalseparator)       |             |
| [XSalSeparatorInvisible](https://desktop-api.iceteagroup.com/ppj.runtime.xsal.49/controls/ppj.runtime.xsal.xsalseparator)    |             |
| [XSalSeparatorSingleRaised](https://desktop-api.iceteagroup.com/ppj.runtime.xsal.49/controls/ppj.runtime.xsal.xsalseparator) |             |

## Implements

| Name                                                                                                          | Description |
| ------------------------------------------------------------------------------------------------------------- | ----------- |
| [ISalWindow](https://desktop-api.iceteagroup.com/ppj.runtime.xsal.49/controls/ppj.runtime.xsal.xsalseparator) |             |
