Gets or sets the background color for the barcode control. The default value is null and represents the color SystemColors.WindowColor.

Syntax

public System.Windows.Media.Color? BackColor{ get; set; }
Public Property BackColor() As Nullable(Of System.Windows.Media.Color)