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

In This Topic
    PerspectiveAngle Property
    In This Topic
    Gets or sets the angle, in degrees, to which the planar PathGeometry curve is turned around the x-axis and thus forms a three-dimensional curve. This is an attached dependency property.
    Syntax
    'Declaration
     
    
    Public Property PerspectiveAngle As Double
    public double PerspectiveAngle {get; set;}
    Remarks
    You can specify this property value on ItemsControl that hosts the C1CarouselPanel.
    See Also