Size of the drag&drop-sensitive margin of event (resize cursor) in pixels.

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

Syntax

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

See Also