Namespace: DayPilot.Web.Ui.Data
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public Area BackgroundColor(
	string color
)
Visual Basic
Public Function BackgroundColor ( _
	color As String _
) As Area
Visual C++
public:
Area^ BackgroundColor(
	String^ color
)

Parameters

color
Type: System..::..String

See Also