Gets or sets the desired height of each month item in this MultiCalendar. The default is 170.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 ItemHeight { get; set; }
Visual Basic
Public Property ItemHeight As Double
	Get
	Set
Visual C++
public:
property double ItemHeight {
	double get ();
	void set (double value);
}

See Also