Skip to main content
A newer version of this page is available. .

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

Declaration

public PathGeometry GetItemsMovingPath()

Returns

Type Description
PathGeometry

A PathGeometry object that represents the CarouselPanel.PointPathFunction function.

See Also