Gets or sets the display color for the label showing which header or footer is activated.
Introduced: X9.
public System.Windows.Media.Color HeaderFooterLabelColor { get; set; }
Public Property HeaderFooterLabelColor As System.Windows.Media.Color
The following example uses the Header
TXTextControl.WPF.TextControlColors colors = new TXTextControl.WPF.TextControlColors();
colors.DesktopColor = System.Windows.Media.Colors.White;
colors.HeaderFooterLabelColor = System.Windows.Media.Colors.Black;
Dim colors As TXTextControl.WPF.TextControlColors = New TXTextControl.WPF.TextControlColors()
colors.DesktopColor = System.Windows.Media.Color.White
colors.HeaderFooterLabelColor = System.Windows.Media.Color.Black