CarouselPanel.GetItemsMovingPath() Method
Returns a PathGeometry object that represents the function specified by the CarouselPanel.PointPathFunction property.
Namespace: DevExpress.Xpf.Carousel
Assembly: DevExpress.Xpf.Carousel.v24.1.dll
NuGet Package: DevExpress.Wpf.Carousel
Declaration
Returns
Type | Description |
---|---|
PathGeometry | A PathGeometry object that represents the CarouselPanel.PointPathFunction function. |
See Also