Gets or sets the color of the ruler.
public Color RulerColor { get; set; }
The following example uses a Ruler
TXTextControl.RulerBar.Colors rulerBarColors = new TXTextControl.RulerBar.Colors ();
rulerBarColors.RulerColor = TXTextControl.RulerBar.Colors.Yellow;