Style..::..BackColor Property

background color (argb)

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public int BackColor { get; set; }
Public Property BackColor As Integer
	Get
	Set
public:
property int^ BackColor {
	int^ get ();
	void set (int^ value);
}