Gets or sets the speed at which the items' angle changes.

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

Syntax

C#
public double ItemAngleSpeed { get; set; }
Visual Basic
Public Property ItemAngleSpeed As Double
	Get
	Set

Remarks

This value should be greater than 0 and less that or equal than 1. with 1 meaning instantaneous changes.

See Also