Separator opacity in percent.

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 int Opacity { get; set; }
Visual Basic
Public Property Opacity As Integer
	Get
	Set
Visual C++
public:
property int Opacity {
	int get ();
	void set (int value);
}

See Also