Back to Devexpress

CarouselPanel.IsInvertedDirection Property

wpf-devexpress-dot-xpf-dot-carousel-dot-carouselpanel-20b9d568.md

latest1.3 KB
Original Source

CarouselPanel.IsInvertedDirection Property

Gets or sets whether items move forward or backward along the specified path.

Namespace : DevExpress.Xpf.Carousel

Assembly : DevExpress.Xpf.Carousel.v25.2.dll

NuGet Package : DevExpress.Wpf.Carousel

Declaration

csharp
public bool IsInvertedDirection { get; set; }
vb
Public Property IsInvertedDirection As Boolean

Property Value

TypeDescription
Boolean

true to force the control to move items backwards along the specified path; otherwise, false.

|

Remarks

For details on specifying the item movement path, see CarouselPanel.ItemMovingPath.

See Also

CarouselPanel Class

CarouselPanel Members

DevExpress.Xpf.Carousel Namespace