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