[]
        
(Showing Draft Content)

C1.Win.DataFilter.Styles.DataFilterScrollBarStyle

DataFilterScrollBarStyle Class

DataFilterHeaderStyle contains display attributes that determine the general appearance of the scrollbar on the screen.

Inheritance
DataFilterScrollBarStyle
Namespace: C1.Win.DataFilter.Styles
Assembly: C1.Win.DataFilter.4.8.dll
Syntax
public class DataFilterScrollBarStyle : BaseScrollStyle

Properties

Name Description
Border

Gets or sets the thickness of the border around the element.

Buttons

Gets style containing display attributes that determine the general appearance of the scrollbar buttons on the screen.

Corners

Gets or sets the radii of the element corners.

ItemsMargins

Gets or sets the thickness of the margins around scroll bar elements.

Thumb

Gets style containing display attributes that determine the general appearance of the scrollbar thumb on the screen.

Methods

Name Description
Dispose(bool)

Releases all unmanaged resources.

ResetBorder()

Restores the default value of the Border property.

ResetButtons()
ResetCorners()

Restores the default value of the Corners property.

ResetItemsMargins()

Restores the default value of the ItemsMargins property.

ResetThumb()
ShouldSerializeBorder()

Specifies whether to save the value of the Border property.

ShouldSerializeButtons()
ShouldSerializeCorners()

Specifies whether to save the value of the Corners property.

ShouldSerializeItemsMargins()

Specifies whether to save the value of the ItemsMargins property.

ShouldSerializeThumb()