Gets or sets the distance of the eye to the items.

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

Syntax

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

Remarks

The value for this property is relative to the current cover size. For example, a value of 0.5 means that the distance will be half the item size. Changing this value controls how much perspective the items have.

See Also