Namespace: DayPilot.Web.Mvc.Data
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
public Area Width(
	int width
)
Visual Basic
Public Function Width ( _
	width As Integer _
) As Area
Visual C++
public:
Area^ Width(
	int width
)

Parameters

width
Type: System..::..Int32

See Also