The ServerVisualization.RulerBarViewGenerator.Colors class gets, sets or resets the display colors of a ServerVisualization.RulerBarViewGenerator component. 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 RulerBarViewGenerator.Colors
Public Class RulerBarViewGenerator.Colors

Introduced: X11.

Constructors

Constructor Description
Colors Initializes a new instance of the RulerBarViewGenerator.Colors class.

Methods

Method Description
ResetBackColor Resets the ruler bar's BackColor to its system dependent default value.
ResetForeColor Resets the ruler bar's ForeColor to its system dependent default value.
ResetGradientBackColor Resets the ruler bar's GradientBackColor to its system dependent default value.
ResetRulerColor Resets the ruler bar's RulerColor to its system dependent default value.
ResetSeparatorColorDark Resets the ruler bar's SeparatorColorDark to its system dependent default value.
ResetSeparatorColorLight Resets the ruler bar's SeparatorColorLight to its system dependent default value.

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.