[]
Initializes a new instance of a ScrollBarElement.
public ScrollBarElement(Style style, bool horizontal)
| Type | Name | Description |
|---|---|---|
| Style | style | Style assigned to the new ScrollBarElement. |
| bool | horizontal | Whether the scrollbar is horizontal or vertical. |
Initializes a new instance of a vertical ScrollBarElement.
public ScrollBarElement(Style style)
| Type | Name | Description |
|---|---|---|
| Style | style | Style assigned to the new ScrollBarElement. |
Initializes a new instance of a ScrollBarElement without a Style.
public ScrollBarElement(bool horizontal)
| Type | Name | Description |
|---|---|---|
| bool | horizontal | Whether the scrollbar is horizontal or vertical. |
Initializes a new instance of a vertical ScrollBarElement without a Style.
public ScrollBarElement()