Gets or sets the background color at the top of the status bar. This color is only used with the Vertical
Introduced: X8.
public System.Windows.Media.Color BackColorTop { get; set; }
The following example uses the Back
TXTextControl.WPF.StatusBarColors colors =
new TXTextControl.WPF.StatusBarColors ()
colors.BorderStyle = TXTextControl.StatusBarBorderStyle.VerticalColorScheme;
colors.BackColorTop = System.Windows.Media.Color.White;