Gets or sets the display color for the dividing line between headers and footers and the main text.

Introduced: X9.

Syntax

public System.Windows.Media.Color HeaderFooterLineColor { get; set; }

Examples

The following example uses the HeaderFooterLineColor property and sets its value to Black.

TXTextControl.WPF.TextControlColors colors = new TXTextControl.WPF.TextControlColors();

colors.DesktopColor = System.Windows.Media.Colors.White;

colors.HeaderFooterLineColor = System.Windows.Media.Colors.Black;