Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PathSizingMode Enum

Lists values that specify how the carousel path is resized when the control’s size changes.

Namespace: DevExpress.Xpf.Carousel

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

NuGet Package: DevExpress.Wpf.Carousel

#Declaration

public enum PathSizingMode

#Members

Name Description

The item path aspect ratio is preserved in its original state, when resizing the control.

The item path aspect ratio is adjusted to match the carousel’s dimensions, when resizing the control.

#Related API Members

The following properties accept/return PathSizingMode values:

#Remarks

This enumeration provides values for the CarouselPanel.PathSizingMode property.

See Also