Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended Namespace / C1CoverFlow Class / SelectedItemDistance Property

In This Topic
    SelectedItemDistance Property
    In This Topic
    Gets or sets the distance between the selected item and the items next to it.
    Syntax
    'Declaration
     
    
    Public Property SelectedItemDistance As Double
    public double SelectedItemDistance {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