CoverFlow (Silverlight Only) / CoverFlow Features / Selected Item Distance
Selected Item Distance

The SelectedItemDistance property sets the distance between the selected item and items directly next to it. The value for this property is relative to the current item size, meaning that a value of 0.5 places the distance between the selected item and the items next to it at half the size of the selected item.

Here are a few examples of SelectedItemDistance property settings:

 

SelectedItemDistance = .5

 

 

SelectedItemDistance = 1

 

 

SelectedItemDistance = 1.5