ComponentOne Carousel for WPF and Silverlight
C1.Silverlight.Carousel Namespace / C1CarouselPanel Class / PerspectiveFactor Property

In This Topic
    PerspectiveFactor Property (C1CarouselPanel)
    In This Topic
    Gets or sets the value defining how much more distant elements are zoomed out comparing to less distant elements. This is an attached dependency property.
    Syntax
    'Declaration
     
    
    Public Property PerspectiveFactor As Double
    public double PerspectiveFactor {get; set;}
    Remarks
    You can specify this property value on ItemsControl that hosts the C1CarouselPanel.
    See Also