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

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

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