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

In This Topic
    SelectedItemOffset Property
    In This Topic
    Gets or sets how much closer than the rest of the items the selected item is to the viewer.
    Syntax
    'Declaration
     
    
    Public Property SelectedItemOffset As Double
    public double SelectedItemOffset {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