Back to Devexpress

CarouselPanel.PathPadding Property

wpf-devexpress-dot-xpf-dot-carousel-dot-carouselpanel-63606767.md

latest1.2 KB
Original Source

CarouselPanel.PathPadding Property

Specifies the path’s padding within the control’s boundaries.

Namespace : DevExpress.Xpf.Carousel

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

NuGet Package : DevExpress.Wpf.Carousel

Declaration

csharp
public Thickness PathPadding { get; set; }
vb
Public Property PathPadding As Thickness

Property Value

TypeDescription
Thickness

A Thickness object specifying padding distances.

|

Remarks

Use this property when you need to provide additional spacing between items and control boundaries.

See Also

CarouselPanel Class

CarouselPanel Members

DevExpress.Xpf.Carousel Namespace