Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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