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.1.dll
NuGet Package: DevExpress.Wpf.Carousel
Declaration
Members
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. |
Related API Members
The following properties accept/return PathSizingMode values:
Remarks
This enumeration provides values for the CarouselPanel.PathSizingMode property.
See Also