Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Carousel

Declaration

public PathGeometry GetItemsMovingPath()

Returns

Type Description
PathGeometry

A PathGeometry object that represents the CarouselPanel.PointPathFunction function.

See Also