ComponentOne Carousel for WPF and Silverlight
SetPadding Method (C1CarouselPanel)

C1.Silverlight.Carousel Namespace > C1CarouselPanel Class : SetPadding Method
The object to set value to.
The property value.
Sets the value of the Padding attached property to a given object.
Syntax
'Declaration
 
Public Shared Sub SetPadding( _
   ByVal d As System.Windows.DependencyObject, _
   ByVal value As System.Windows.Thickness _
) 
public static void SetPadding( 
   System.Windows.DependencyObject d,
   System.Windows.Thickness value
)

Parameters

d
The object to set value to.
value
The property value.
See Also

Reference

C1CarouselPanel Class
C1CarouselPanel Members