Gets or sets how much closer than the rest of the items the selected item is to the viewer.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public double SelectedItemOffset { get; set; }
Visual Basic
Public Property SelectedItemOffset As Double
	Get
	Set

Remarks

The value for this property is relative to the current item size. For example, a value of 0.5 means that the offset will be half the item size.

See Also