Gets or sets the color of the ruler.
public Color RulerColor { get; set; }Public Property RulerColor As ColorThe following example uses a Ruler
TXTextControl.RulerBar.Colors rulerBarColors = new TXTextControl.RulerBar.Colors ();
rulerBarColors.RulerColor = TXTextControl.RulerBar.Colors.Yellow;Dim rulerBarColors As TXTextControl.RulerBar.Colors = New TXTextControl.RulerBar.Colors()
rulerBarColors.RulerColor = TXTextControl.RulerBar.Colors.Yellow
End Sub