Gets or sets the color used for text and numbers.
public System.Windows.Media.Color ForeColor { get; set; }
The following example uses the Fore
TXTextControl.WPF.StatusBarColors colors = new TXTextControl.WPF.StatusBarColors();
colors.BorderStyle = TXTextControl.StatusBarBorderStyle.ColorScheme;
colors.ForeColor = System.Windows.Media.Colors.White;
colors.FrameColor = System.Windows.Media.Colors.Black;