The WPF.RulerBarColors class gets, sets or resets the display colors of a WPF.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.

Syntax

public class RulerBarColors
Public Class RulerBarColors

Introduced: 16.0.

Constructors

Constructor Description
RulerBarColors Initializes a new instance of the WPF.RulerBarColors 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.