[]
        
(Showing Draft Content)

C1.Framework.ScrollBarElement.-ctor

ScrollBarElement Constructor

ScrollBarElement(Style, bool)

Initializes a new instance of a ScrollBarElement.

Declaration
public ScrollBarElement(Style style, bool horizontal)
Parameters
Type Name Description
Style style

Style assigned to the new ScrollBarElement.

bool horizontal

Whether the scrollbar is horizontal or vertical.

ScrollBarElement(Style)

Initializes a new instance of a vertical ScrollBarElement.

Declaration
public ScrollBarElement(Style style)
Parameters
Type Name Description
Style style

Style assigned to the new ScrollBarElement.

ScrollBarElement(bool)

Initializes a new instance of a ScrollBarElement without a Style.

Declaration
public ScrollBarElement(bool horizontal)
Parameters
Type Name Description
bool horizontal

Whether the scrollbar is horizontal or vertical.

ScrollBarElement()

Initializes a new instance of a vertical ScrollBarElement without a Style.

Declaration
public ScrollBarElement()