Gets or sets the TX Drawing Control's back color. The default value is the color System.Windows.Media.Colors.Transparent. If the property is set to null the current System.Windows.SystemColors.WindowColor is used.

Syntax

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

Limitations

A control's back color that differs to the default back color is only drawn if the control's IsCanvasVisible property return true. Otherwise the default value is used.