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

CarouselPanel.PathSizingMode Property

Gets or sets how the specified path should be resized when resizing the control.

Namespace: DevExpress.Xpf.Carousel

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

NuGet Package: DevExpress.Wpf.Carousel

#Declaration

public PathSizingMode PathSizingMode { get; set; }

#Property Value

Type Description
PathSizingMode

A PathSizingMode enumeration value specifying how the path’s aspect ratio is changed when resizing the carousel.

Available values:

Name Description
Proportional

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

Stretch

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

See Also