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.1.dll
NuGet Package: DevExpress.Wpf.Carousel
Declaration
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