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

In This Topic
    ItemAngleSpeed Property
    In This Topic
    Gets or sets the speed at which the items' angle changes.
    Syntax
    'Declaration
     
    
    Public Property ItemAngleSpeed As Double
    public double ItemAngleSpeed {get; set;}
    Remarks
    This value should be greater than 0 and less that or equal than 1. with 1 meaning instantaneous changes.
    See Also