Back to Devexpress

PathSizingMode Enum

wpf-devexpress-dot-xpf-dot-carousel-bb387fe0.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Carousel

Declaration

csharp
public enum PathSizingMode
vb
Public Enum PathSizingMode

Members

NameDescription
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.

|

The following properties accept/return PathSizingMode values:

Remarks

This enumeration provides values for the CarouselPanel.PathSizingMode property.

See Also

DevExpress.Xpf.Carousel Namespace