Gets or sets the color of the light part of a separator. This color is only used with the Vertical
Introduced: X8.
public System.Windows.Media.Color SeparatorColorLight { get; set; }
The following example uses the Separator
TXTextControl.WPF.StatusBarColors colors = new TXTextControl.WPF.StatusBarColors();
colors.BorderStyle = TXTextControl.StatusBarBorderStyle.VerticalColorScheme;
colors.ForeColor = System.Windows.Media.Colors.White;
colors.SeparatorColorLight = System.Windows.Media.Colors.Yellow;