Gets or sets the color of the ruler.

Syntax

public Color RulerColor { get; set; }

Examples

The following example uses a RulerColor property and sets its value to Yellow.

TXTextControl.RulerBar.Colors  rulerBarColors = new TXTextControl.RulerBar.Colors  ();

rulerBarColors.RulerColor = TXTextControl.RulerBar.Colors.Yellow;