Gets or sets the color of dark separators.

Syntax

public Color SeparatorColorDark { get; set; }

Examples

The following example uses a SeparatorColorDark property and sets its value to Black.

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

rulerBarColors.SeparatorColorDark  = TXTextControl.RulerBar.Colors.Black;