CarouselPanel.PathSizingMode Property
In This Article
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 |
---|---|
Path |
A Path |
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