Gets or sets the desired width of each month item in this MultiCalendar. The default is 200.0. This is a dependency property.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public double ItemWidth { get; set; }
Visual Basic
Public Property ItemWidth As Double
	Get
	Set
Visual C++
public:
property double ItemWidth {
	double get ();
	void set (double value);
}

See Also