# VScrollProperties

Namespace: **Wisej.Web**

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

* [ScrollProperties](https://docs.wisej.com/api/wisej.web/content/scrollbar/wisej.web.scrollproperties)
  * [VScrollProperties](https://docs.wisej.com/api/wisej.web/content/scrollbar/wisej.web.vscrollproperties)

Provides basic properties for the [VScrollBar](https://docs.wisej.com/api/wisej.web/content/scrollbar/wisej.web.vscrollbar) class.

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

```csharp
public class VScrollProperties : ScrollProperties
```

{% endtab %}

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

```visual-basic
Public Class VScrollProperties
    Inherits ScrollProperties
```

{% endtab %}
{% endtabs %}

## Constructors

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

Initializes a new instance of the [VScrollProperties](https://docs.wisej.com/api/wisej.web/content/scrollbar/wisej.web.vscrollproperties) class.

| Name      | Type                                                            | Description                                                                                     |
| --------- | --------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
| **owner** | [Control](https://docs.wisej.com/api/wisej.web/general/control) | A [Control](https://docs.wisej.com/api/wisej.web/general/control) that contains the scroll bar. |

## Properties

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

[ScrollOrientation](https://docs.wisej.com/api/wisej.web/enumerations/wisej.web.scrollorientation): Returns the orientation of the scrollbar. (Default: `False`)

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

[Boolean](https://docs.microsoft.com/dotnet/api/system.boolean): Returns whether the scroll bar is visible. (Default: `False`)
