Gets or sets the color of dark separators.
public Color SeparatorColorDark { get; set; }
The following example uses a Separator
TXTextControl.RulerBar.Colors rulerBarColors = new TXTextControl.RulerBar.Colors ();
rulerBarColors.SeparatorColorDark = TXTextControl.RulerBar.Colors.Black;