Skip to main content

CarouselPanel.IsAutoSizeItem Property

Gets or sets whether carousel items are automatically resized when changing the control’s size.

Namespace: DevExpress.Xpf.Carousel

Assembly: DevExpress.Xpf.Carousel.v23.2.dll

NuGet Package: DevExpress.Wpf.Carousel

Declaration

public bool IsAutoSizeItem { get; set; }

Property Value

Type Description
Boolean

true to automatically resize items with the parent control; otherwise false.

See Also