[]
BaseScrollBarStyle contains display attributes that determine the general appearance of the scrollbar on the screen.
public class BaseScrollBarStyle : BaseItemStyle
| 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. |
| 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() |