Gets or sets the background color for the text.
public System.Windows.Media.Color TextBackColor { get; set; }
Public Property TextBackColor As System.Windows.Media.Color
The following example uses the Text
TXTextControl.WPF.TextControlColors colors = new TXTextControl.WPF.TextControlColors();
colors.DesktopColor = System.Windows.Media.Colors.White;
colors.TextBackColor = System.Windows.Media.Colors.Black;
Dim colors As TXTextControl.WPF.TextControlColors = New TXTextControl.WPF.TextControlColors()
colors.DesktopColor = System.Windows.Media.Colors.White
colors.TextBackColor = System.Windows.Media.Colors.Black