Gets or sets the distance between the selected item and the items next to it.

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

Syntax

C#
public double SelectedItemDistance { get; set; }
Visual Basic
Public Property SelectedItemDistance 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 distance will be half the item size.

See Also