[]
ScrollThumbStyle contains display attributes that determine the general appearance of the scrollbar thumb on the screen.
public class ScrollThumbStyle : BaseItemStyle
| Name | Description |
|---|---|
| Border | Gets or sets the thickness of the border around the element. |
| Corners | Gets or sets the radii of the element corners. |
| Hot | Gets style containing display attributes that determine the general appearance of element on the screen when the cursor is over it. |
| Pressed | Gets style containing display attributes that determine the general appearance of pressed element on the screen. |
| Name | Description |
|---|---|
| ResetBorder() | Restores the default value of the Border property. |
| ResetCorners() | Restores the default value of the Corners property. |
| ResetHot() | |
| ResetPressed() | |
| ShouldSerializeBorder() | Specifies whether to save the value of the Border property. |
| ShouldSerializeCorners() | Specifies whether to save the value of the Corners property. |
| ShouldSerializeHot() | |
| ShouldSerializePressed() |