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

In This Topic
    EyeDistance Property
    In This Topic
    Gets or sets the distance of the eye to the items.
    Syntax
    'Declaration
     
    
    Public Property EyeDistance As Double
    public double EyeDistance {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