Gets or sets the width 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 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