ComponentOne Carousel for WPF and Silverlight
C1.WPF.Carousel Namespace / C1CarouselPanel Class / GetPadding Method
The object to read value from.

In This Topic
    GetPadding Method
    In This Topic
    Gets the value of the Padding attached property from a given object.
    Syntax
    'Declaration
     
    
    Public Shared Function GetPadding( _
       ByVal d As DependencyObject _
    ) As Thickness
    public static Thickness GetPadding( 
       DependencyObject d
    )

    Parameters

    d
    The object to read value from.

    Return Value

    The property value.
    See Also