[]
Represents the renderer that paints the the scroll bar with the enhanced skin.
[TypeConverter(typeof(_pg))]
public class EnhancedScrollBarRenderer : IScrollBarRenderer, ICloneable, ISerializeSupport
<TypeConverter(GetType(_pg))>
Public Class EnhancedScrollBarRenderer
Implements IScrollBarRenderer, ICloneable, ISerializeSupport
Name | Description |
---|---|
EnhancedScrollBarRenderer() | Initializes a new instance of the EnhancedScrollBarRenderer class. |
EnhancedScrollBarRenderer(Color, Color, Color, Color, Color, Color, Color, Color, Color, Color, Color) | Initializes a new instance of the EnhancedScrollBarRenderer class. |
Name | Description |
---|---|
ArrowColor | Gets or sets the color of the arrow. |
ArrowHoveredColor | Gets or sets the color of the arrow when the mouse is over it. |
ArrowSelectedColor | Gets or sets the color of the selected arrow. |
ButtonBackgroundColor | Gets or sets the color of the button background. |
ButtonBorderColor | Gets or sets the color of the button border. |
ButtonHoveredBackgroundColor | Gets or sets the color of the button hovered background. |
ButtonHoveredBorderColor | Gets or sets the color of the button hovered border. |
ButtonSelectedBackgroundColor | Gets or sets the color of the button selected background. |
ButtonSelectedBorderColor | Gets or sets the color of the button selected border. |
Default | Gets the default value of the EnhancedScrollBarRenderer. |
TrackBarBackgroundColor | Gets or sets the color of the track bar background. |
TrackBarSelectedBackgroundColor | Gets or sets the color of the track bar selected background. |