Interface IScrollBarThemeRenderer
Represents properties used to paint scrollbar elements in Visual Studio style.
public interface IScrollBarThemeRenderer
Properties
- BackgroundColor
When implemented by a class, gets or sets a color to draw scrollbar elements background.
- ThumbHoveredColor
When implemented by a class, gets or sets a color of the thumb element in the hovered state.
- ThumbNormalColor
When implemented by a class, gets or sets a color of the thumb element in the normal state.
- ThumbPressedColor
When implemented by a class, gets or sets a color of the thumb element in the pressed state.