[]
        
(Showing Draft Content)

C1.Win.ExpressionEditor.UI.BaseScrollBarStyle

BaseScrollBarStyle Class

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

Inheritance
BaseScrollBarStyle
Namespace: C1.Win.ExpressionEditor.UI
Assembly: C1.Win.ExpressionEditor.8.dll
Syntax
public class BaseScrollBarStyle : BaseItemStyle

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()