RulerBar.Colors Class
The RulerBar.Colors class gets, sets or resets the display colors of a RulerBar control. By default the display colors depend on sytem colors. With this class all colors can be individually designed. The colors are only used when the ruler bar's BorderStyle property has been set to ColorScheme.
Introduced: 15.1.
Syntax
[C#]
public class RulerBar.Colors
[Visual Basic]
Public Class RulerBar.Colors
Constructors
| Constructor | | Description |
| RulerBar.Colors | | Initializes a new instance of the RulerBar.Colors class. |
Properties
| Property | | Description |
| BackColor | | Gets or sets the background color at the left or top edge of the ruler bar. |
| ForeColor | | Gets or sets the color used for the numbers of the ruler. |
| GradientBackColor | | Gets or sets the background color at the right or bottom edge of the ruler bar. |
| RulerColor | | Gets or sets the color of the ruler. |
| SeparatorColorDark | | Gets or sets the color of dark separators. |
| SeparatorColorLight | | Gets or sets the color of light separators. |
Methods
See Also