Gets or sets the height of an item in the LoopingListBox.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.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