Gets or sets the TX Drawing Control's back color. The default value is System.Drawing.Transparent.

Syntax

public System.Drawing.Color BackColor { get; set; }
Public Property BackColor() As System.Drawing.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.