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

In This Topic
    PathGeometry Property
    In This Topic
    Defines the path that child elements are laid out along. This is an attached dependency property.
    Syntax
    'Declaration
     
    
    Public Property PathGeometry As PathGeometry
    public PathGeometry PathGeometry {get; set;}
    Remarks
    You can specify this property value on ItemsControl that hosts the C1CarouselPanel.

    The PathGeometry itself defines a two-dimentional curve, but in a composition with the PerspectiveAngle property it defines three-dimentional curve.

    See Also