Background color of normal text.

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public Color BackColor { get; set; }
Visual Basic
Public Property BackColor As Color
	Get
	Set

Property Value

Type: Color

Exceptions

ExceptionCondition
System..::..ArgumentExceptionColor.Transparent was set.

See Also