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