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

In This Topic
    PathGeometry Property (C1CarouselPanel)
    In This Topic
    Defines the path that child elements are laid out along. This is an attached dependency property.
    Syntax
    'Declaration
     
    
    <TypeConverterAttribute(C1.Silverlight.Carousel.PathGeometryConverter)>
    Public Property PathGeometry As PathGeometry
    [TypeConverter(C1.Silverlight.Carousel.PathGeometryConverter)]
    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