ComponentOne Carousel for WPF and Silverlight
C1.WPF.Carousel Namespace / C1CarouselPanel Class / Padding Property

In This Topic
    Padding Property
    In This Topic
    Gets or sets the amount of space between C1CarouselPanel and its child elements. This is an attached dependency property.
    Syntax
    'Declaration
     
    
    Public Property Padding As Thickness
    public Thickness Padding {get; set;}
    Remarks
    You can specify this property value on ItemsControl that hosts the C1CarouselPanel.
    See Also