Gets or sets the width of the items within the CoverFlow. This represents the size of the selected item; the ScaleX and ScaleY properties are applied to non-selected items. 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);
}

Remarks

Dependency Property Information
Identifier fieldItemWidthProperty
Metadata properties set to trueNone

See Also