Width of the bubble in pixels (height is adjusted automatically).

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

Syntax

C#
public int Width { get; set; }
Visual Basic (Declaration)
Public Property Width As Integer
Visual C++
public:
property int Width {
	int get ();
	void set (int value);
}

See Also