Skip to main content

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

NuGet Package: DevExpress.Wpf.Carousel

Declaration

public PathSizingMode PathSizingMode { get; set; }

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