ComponentOne Carousel for WPF and Silverlight
PathGeometry Property (C1CarouselPanel)

C1.WPF.Carousel Namespace > C1CarouselPanel Class : PathGeometry Property
Defines the path that child elements are laid out along. This is an attached dependency property.
Syntax
'Declaration
 
<System.ComponentModel.TypeConverterAttribute("C1.WPF.Carousel.PathGeometryConverter, C1.WPF.Carousel.4, Version=4.0.20161.503, Culture=neutral, PublicKeyToken=2aa4ec5576d6c3ce")>
Public Property PathGeometry As System.Windows.Media.PathGeometry
[System.ComponentModel.TypeConverter("C1.WPF.Carousel.PathGeometryConverter, C1.WPF.Carousel.4, Version=4.0.20161.503, Culture=neutral, PublicKeyToken=2aa4ec5576d6c3ce")]
public System.Windows.Media.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

Reference

C1CarouselPanel Class
C1CarouselPanel Members